javiribera / locating-objects-without-bboxes

PyTorch code for "Locating objects without bounding boxes" - Loss function and trained models
Other
249 stars 51 forks source link

mall dataset issue #32

Closed ChanWoo25 closed 4 years ago

ChanWoo25 commented 4 years ago

Hello,

I tried to run your codes according README.md . But I can't solve about mall_dataset problem.

Your 'readme' suggests that I should have well-formatted gt.csv file. at here and repos contains some '.txt to .csv' python code.

But mall dataset link's zip file has only .mat ground truth file.

Of course, It'll be fine if i spend more time adjusting .mat file...!, but I wondered there is another way to solve this problem or something I missed! Thank you :)

ChanWoo25 commented 4 years ago

I convert .mat file to .csv file! I leaving short code links in case it helps for those suffer the same issue.