hongsamvo
hongsamvo
Hi @gopi231091 I am training on VOC0712 and got the same result as you. I am wondering this is normal or not too. I hope you can share your experience....
@diegolitianfu I did this project for a long time ago, so I can't remember that I solved this issue or not.
@dolongbien Thank you for your reply
> Until 9/9/2021, you can refer to the repo here https://github.com/jinfagang/DCNv2_latest I already checked it. Note that, remove the "sudo" before the python in make.sh if you can't run the...
Hi, I got the same problem when running this code. How did you solve this problem?
@PHDPeter Hi, this folder contains the results. The videos are result from original implementation with author's shared features. The gif images are result from this work https://drive.google.com/open?id=1AjGkg8ZEaOphJZObIopYHhIf5fCVV2UG
@karliell I think the reason is the difference of C3D model version. This repo use tensorflow version of C3D pre-trained 1milion sport and author's implemention use C3D original model. I...
@karliell This repo work in my case, but I do the experiment on another dataset.
@karliell That is the original implementation. The author use C3D model implemented by Caffe framework. I think the original implementation very helpful for training classifier process.
@karliell Hi, after getting c3d features, I use a interpolation function( you can find in this repo or use Save_C3DFeatures_32Segment.m from original implementation, note that I found some differences between...