Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing label for SENSE dataset #8

Open
linthmwan opened this issue Feb 10, 2023 · 6 comments
Open

missing label for SENSE dataset #8

linthmwan opened this issue Feb 10, 2023 · 6 comments

Comments

@linthmwan
Copy link

I download the SENSE dataset from baidu, but there is no label for scene IMG_4696_cut_03.txt at frame 000084.jpg and 000085.jpg.
Can anyone provide GT of these two frames?
thanks!

@taohan10200
Copy link
Owner

taohan10200 commented Feb 10, 2023

  • ...
  • 000082.jpg 1280 720 511.866 4.628 527.381 18.839 521.197 9.768 13
  • 000083.jpg 1280 720 524.209 0 538.7 12.031 532.011 4.131 13
  • 000084.jpg 1280 720
  • 000085.jpg 1280 720
  • ...

Thanks for your reminder, it just because there is no object in these two frames.

@linthmwan
Copy link
Author

IMG_4696_cut_03.txt
Above is the file I download, I also checked that there are people in the frames 84.jpg and 85.jpg exactly.

@taohan10200
Copy link
Owner

taohan10200 commented Feb 10, 2023

My file is the same with yours, I guess the annotators miss some objects in the whole dataset.

@linthmwan
Copy link
Author

linthmwan commented Feb 10, 2023

Thanks for reply!
I found this issue because of running the test_SENSE.py and it will have error at VIC.py line 206
match_gt, pois = self.get_ROI_and_MatchInfo(target[0], target[1],noise=None)
and successively in points_from_den.py
unmatched0 = torch.where(dis.min(1)[0]>0)[0]
because there is no target.
Is there a correct way to run the test_SENSE.py?

@taohan10200
Copy link
Owner

The simple way is to skip this scene. We will try to fix it later.

@linthmwan
Copy link
Author

Got it. Thank you for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants