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

Some problem when evaluate the model performance #38

Open
yklilfft opened this issue Jul 29, 2019 · 0 comments
Open

Some problem when evaluate the model performance #38

yklilfft opened this issue Jul 29, 2019 · 0 comments

Comments

@yklilfft
Copy link

Thanks a lot for open source!
I 've got some problems during test model performance by using ./script.sh.
Simply run ./script.sh to evaluate the model trained on THUMOS14 , error happens:
ValueError: invalid literal for int{} with base 10: '1]]]'

I checked the test_log file, find a weird data:
frames:[[0 0 0 1]]
not like others format:
frames:[[ 0 0 768 1]] ( e.g.)
then I rewrite the function get_segments() in thumos14_log_analysis.py to fix this bug.

However, the mAP is very very low with about 0.003 mAP.

I tried model u provided to test again , the mAP is very low lilke that above.

I wanna know what happened? I just simply run ur train code and test code without any change

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

1 participant