Skip to content

Instantly share code, notes, and snippets.

@amiller
Created April 21, 2011 04:56
Show Gist options
  • Save amiller/933742 to your computer and use it in GitHub Desktop.
Save amiller/933742 to your computer and use it in GitHub Desktop.
amiller@amiller-asus:~/Desktop/kinectstuff/kontort/decision_tree$ python annotation_client.py --address 127.0.0.1
from _kontort_depth_predict import DepthPredict, DepthFeature, FeatureGenerator2Vec5DoF, FeatureGenerator2Vec3DoF, feature_to_str
Reqrep [127.0.0.1:10123]
Traceback (most recent call last):
File "annotation_client.py", line 103, in <module>
main(*parse_args())
File "annotation_client.py", line 92, in main
socket_req, pubsubport = setup_req_socket(address, reqrepport)
File "annotation_client.py", line 72, in setup_req_socket
newest_model = load_new_model(data)
File "annotation_client.py", line 35, in load_new_model
return kontort.DepthPredict(s)
File "depth_predict.pyx", line 141, in _kontort_depth_predict.DepthPredict.__init__ (kontort/depth_predict.c:2483)
File "depth_predict.pyx", line 167, in _kontort_depth_predict.DepthPredict.update_trees (kontort/depth_predict.c:3148)
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment