Georgia Gkioxari
Georgia Gkioxari
You need to import in `tools/test_net.py` the following: ``` from fast_rcnn.test_attributes import test_net ``` That should solve it. In general, you need to import the right data of course as...
These are different classes that you are talking about. 1. is action classes for the action recognition branch. 2. is for the person detection branch. For 2. the classes are...
It definitely seems to be a CUDA version issue. Make sure you follow Caffe's guidelines for installing and use the right drivers. I know it is a painful process, but...
The MSR II is definitely a dataset that is suitable for this task, however it is too small to train CNNs with. Now, more datasets exist, such as THUMOS etc....
I am looking into this. ~~When I am running your code with the boxes you provided, I get `ValueError: Plane vertices are not coplanar` (I am using the default `eps=1e-4`...
I looked into this and submitted a PR last night. Because you are using a small perturbation to generate boxes you are occasionally running into some numerical issues caused by...