Hyunjun Eun
Hyunjun Eun
can you explain about json file? I got 2048 length of the feature for single segment.
the outputs of proposal network (probabilities of proposals) are same and very low such as 2.48e-5. So, threshold 0.7 filters all proposals out.
do I need to normalize RGB images to [0,1] from [0,255] before calculate optical flow? I will follow the code here. https://github.com/opencv/opencv/blob/master/samples/gpu/optical_flow.cpp And 'd_flow' is only output of TVL1. how...
I tried to compile opencv 3.0 and 3.1 but failed due to some reasons. I only can compiled opencv 3.4. Thus, any soultion for using C3D with opencv 3.4?