svishwa / crowdcount-mcnn

Single Image Crowd Counting via MCNN (Unofficial Implementation)
MIT License
504 stars 180 forks source link

TypeError: 'range' object does not support item assignment #58

Open yule626 opened 4 years ago

yule626 commented 4 years ago

Have anyone met this problem in train.py? the wrong line:for blob in data_loader

the type of data_loder is "class", and it cannot be assigned,so how can I continue this program? So,would you mind telling me how to correct it .