FesianXu
FesianXu
Hi, i have tried your code and there is not any error. My tensorflow is version 1.8.0. Also `import TensorFlow as tf` should be `import tensorflow as tf`. Please check...
I wanna report my own evaluation on Kineticcs 400. I used your transferred R(2+1)D model pretrained on IG65G and finetuned on kinetics, with clips length 8 and 32 repectively. My...
Hi I face the same problem now. Have you solved the problem?
And i found that the mapping is not what i thought before. ``` VCOCO -> MS-COCO 2014 train -> train test -> val val -> train ``` But i am...
Hi kilickaya sorry for bothering you. Could you please give me some reference? I have done the search but couldn't find any relevant list. Thanks
thanks for your quickly response. it's helpful.
Hi kilickaya Sorry for bothering you again. Since the generated label file `instance_vcoco_all_2014.json` has one `2014` in its name, I wonder whether the performance of the COCO2017 is similar as...
Anyway, thanks and have a nice day.
> Agreed! An excellent project, it'd be significantly more approachable if a simple helper function existed to run inference on a pre-trained model given a provided image (path or ndarray)....
@mrfarazi finally i turned to caffe2 version. caffe2 version VRD code seems easier to understand and reproduce.