Deep-Feature-Flow
Deep-Feature-Flow copied to clipboard
Deep Feature Flow for Video Recognition
I want to visualize the network graph of training symbol of Flownet_RFCN. Kindly provide me proper inputs so that i can visualize the flow diagram. Kindly do the needful.
can you please explained what do you mean by wrapping when you use feature wrapping?
The OneDrive link with pretrained models does not contain the Flownet model (only the Resnet model). A link to the pretrained Flownet model would be highly appreciated!
I'm trying to re-implement your work Deep-Feature-Flow on cityscapes dataset based on Deeplab(MXNet version). Now, I have finished the training process, while I am confused how to evaluate on cityscapes...
hi, i want to make a caffe version about warping layer, can you give me some suggestion?
I just run the comman: **python ./rfcn/demo.py** what i found is that it can't detect person,it's strange,so this module didn't provide the model to detect person?If I want to detect...
Hi, I run dff_rfcn_test.py to test model's mAP. However after it print the mAP, the program hang and never stop. I find out there is multiprocessing.pool to do parallel evaluation....
Hi, Thanks for the share of code. I have written Dockerfile for this repository, supporting CUDA. The address is https://github.com/ZHAOZHIHAO/RunningProgramms/tree/master/running_deep_feature_flow_for_video_recognition , readme inside. I hope it can help someone. Best,...
why learning rate in experiment/dff_rfcn/*.yaml is not as the learning rate as reported in paper?
Thanks for sharing the code. Got a little question. Nowhere could I find the setting for **the key frame duration length** in the test code or cfg file. Is it...