emrahbasaran / SPReID

Code for our CVPR 2018 paper - Human Semantic Parsing for Person Re-identification
MIT License
141 stars 32 forks source link

I'm new of this chainer,Is problem my vision of python or any other problem ?I doon't know what should i do ?could you help me ? #6

Open hacker-wei opened 6 years ago

hacker-wei commented 6 years ago

Load segmentation weights Push Model to GPU Main Begins Exception in thread prefetch_loop: Traceback (most recent call last): File "/home/lvv/anaconda2/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/home/lvv/anaconda2/lib/python2.7/threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File "/home/lvv/anaconda2/lib/python2.7/site-packages/chainer/iterators/multiprocess_iterator.py", line 336, in _run alive = self._task() File "/home/lvv/anaconda2/lib/python2.7/site-packages/chainer/iterators/multiprocess_iterator.py", line 355, in _task data_all = future.get(_response_time) File "/home/lvv/anaconda2/lib/python2.7/multiprocessing/pool.py", line 572, in get raise self._value AttributeError: 'NoneType' object has no attribute 'shape'

sybernix commented 5 years ago

your dataset images are not being loaded. Check the dataset path and debug image_path in get_example in datachef.py

ajwl-pmli commented 4 years ago

Hello, Do you know how to compute the rank1 and mAP? could you give me the code which compute the rank1 and mAP, My mail is pku1401210454@163.com, Thank you very much!

your dataset images are not being loaded. Check the dataset path and debug image_path in get_example in datachef.py