jfzhang95 / pytorch-video-recognition

PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.
MIT License
1.16k stars 250 forks source link

How can I check the testing accuracy for each individual action class? #25

Open cantonioupao opened 5 years ago

cantonioupao commented 5 years ago

I want to check the testing accuracy for each individual action. This way i can identify the weakest action and train it more. So how can I do this?