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

reproduce problem #5

Closed
heiheiHelix opened this issue Nov 9, 2021 · 3 comments
Closed

reproduce problem #5

heiheiHelix opened this issue Nov 9, 2021 · 3 comments

Comments

@heiheiHelix
Copy link

Hi,
Thank you for providing the code!
I follow the instructions to prepare the training and testing dataset, however, only got AUC=81.9% in "avenue".Then I replaced the detection model(cascade_rcnn_r101_fpn_1x_coco_20200317-0b6a2fbf.pth) with "torchvision.models.detection.fasterrcnn_resnet50_fpn", and got AUC=89.7%, may i get your "avenue_bboxes_test.npy" and "avenue_bboxes_train.npy"?

Many thanks in advance.

@LiUzHiAn
Copy link
Owner

LiUzHiAn commented Nov 9, 2021

Could you please try the pre-trained model and use the corresponding config file to check if your preprocessing is right?Actually, I didn't try the torchvision.models.detection.fasterrcnn_resnet50_fpn.

@LiUzHiAn
Copy link
Owner

LiUzHiAn commented Nov 9, 2021

Oh, I got it!

Did you get two testing chunk files, right? And the first file (chunked_samples_00.pkl) contains 100k samples and the second (chunked_samples_01.pkl) contains about 10k samples?

@LiUzHiAn
Copy link
Owner

LiUzHiAn commented Nov 10, 2021

Problem fixes, please check issue #3 for the details. Feel free to reopen if you have other questions.

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