-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hello, thanks for your impressive work!
When I run your code to reproduce the work, I met the following errors:
[2017/08/28 09:51:03] WARNING (13199) datasets : No selective search rectangle
Process Process-10:...........................................] 4.93%
Traceback (most recent call last):ochs
File "/home/users/yuxi.feng/anaconda2/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/users/yuxi.feng/anaconda2/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/home/users/yuxi.feng/anaconda2/lib/python2.7/site-packages/chainer/iterators/multiprocess_iterator.py", line 162, in _worker
out_queue.put(dataset[index])
File "/home/users/yuxi.feng/anaconda2/lib/python2.7/site-packages/chainer/dataset/dataset_mixin.py", line 30, in getitem
return self.get_example(index)
File "/home/users/yuxi.feng/anaconda2/lib/python2.7/site-packages/chainer/datasets/sub_dataset.py", line 75, in get_example
return self._dataset[index]
File "/home/users/yuxi.feng/anaconda2/lib/python2.7/site-packages/chainer/dataset/dataset_mixin.py", line 30, in getitem
return self.get_example(index)
File "/home/users/yuxi.feng/Project/hyperface/scripts/datasets.py", line 293, in get_example
raise IndexError
IndexError
I used aflw datasets as your example mentined, it seems some exapmles has no proposal rects??