Deep-Feature-Flow icon indicating copy to clipboard operation
Deep-Feature-Flow copied to clipboard

Deep Feature Flow for Video Recognition

Results 61 Deep-Feature-Flow issues
Sort by recently updated
recently updated
newest added

I'm trying to reproduce your experiments. However, I only have two gpus. In my experiments, the mAP on imagenet VID is only 69.9, which is lower than 73.1% in your...

Traceback (most recent call last): File "experiments/rfcn/rfcn_end2end_train_test.py", line 19, in train_end2end.main() File "experiments/rfcn/../../rfcn/train_end2end.py", line 164, in main config.TRAIN.begin_epoch, config.TRAIN.end_epoch, config.TRAIN.lr, config.TRAIN.lr_step) File "experiments/rfcn/../../rfcn/train_end2end.py", line 157, in train_net arg_params=arg_params, aux_params=aux_params, begin_epoch=begin_epoch,...

Hi, i have a qestion about the code. In your code you give the output feature map of key predictor, but there should be a warped feature map of cur...

I try to train the model from the very beginning. I downloaded the models and put them as following ``` ./model/pretrained_model/resnet_v1_101-0000.params ./model/pretrained_model/flownet-0000.params ``` Then I started the training using the...

Hi, I met a strange problem when setting the scale of the image from your [1000,600] to [1920, 1080] and get the error report below: Traceback (most recent call last):...

Hi, I have a question about your VID_train_15frames.txt file. In each line, there are four parameters. for example: train/ILSVRC2015_VID_train_0000/ILSVRC2015_train_00000000 1 10 300 Apparently the first one is the index of...

Hi, when I try to install mxnet using 'git checkout 62ecb60', I was faced with a error. error: pathspec '62ecb60' did not match any file(s) known to git. Could you...

Would this be suitable for real-time object detection, say for autonomous vehicle purposes? My concern is that when a new object appears, will it only be detected when the next...

i ran this code on my pc. but after installation of Anaconda2, i does not works. several errors were occurred but i solved it(like GOMP4.0 or gcc errors) and finally...