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

67.56 accuracy test ucf101 mixed 1 #35

Open
Thoudancer opened this issue Aug 25, 2019 · 1 comment
Open

67.56 accuracy test ucf101 mixed 1 #35

Thoudancer opened this issue Aug 25, 2019 · 1 comment

Comments

@Thoudancer
Copy link

Hello, sorry to disturb you~ here are some questions when running the projects:

  1. When I run the test.py on ucf101 mixed 1, i got only 0.6756 accuracy while rgb model is 0.89, and flow model is 0.95.

  2. Also I found that test.py #196, "input_label=np.array([label]).reshape(-1)", the input_label sometimes is not matched to the video when testing, e.g. v_ApplyEyeMakeup_g07_c07, prediction and video name are 'ApplyEyeMakeup', but input_label changed to ApplyLipstick's index.
    so I change the code
    video_label = rgb_data.Videos[i].label
    video_label = flow_data.Videos[i].label
    input_label=np.array([video_label]).reshape(-1)

but the accuracy is not improved.

@Sun-mz
Copy link

Sun-mz commented Apr 22, 2021

Have you solved it? I have the same problem. Thanks

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