Flow-Guided-Feature-Aggregation
Flow-Guided-Feature-Aggregation copied to clipboard
Flow-Guided Feature Aggregation for Video Object Detection
Hello. When I run the experiments/fgfa_rfcn/fgfa_rfcn_end2end_train_test.py --cfg experiments/fgfa_rfcn/cfgs/resnet_v1_101_flownet_imagenet_vid_rfcn_end2end_ohem.yaml with python3, I meet the problem below. My workstation is configured with an NVIDIA GTX 2080 Ti (32G). Looking forward to your...
请问有人遇到下面这个问题吗? :0:0: note: this is the location of the previous definition nvcc error : 'cudafe' died due to signal 11 (Invalid memory reference) nvcc error : 'cudafe' core dumped error:...
From where can i reduce the batch size for testing and training purpose?
Downloading the LSVRC2015 DET and ILSVRC2015 VID dataset, both the directories when extracted has Annotations and Data folder within itself with DET and VID folder. Can anyone help with the...
Hi, thanks for the nice code. I got a small question when read code and paper. Only one training command **_mod.fit_** in **train_end2end.py**. Which file should I refer to for...
Hi, @authors, Thanks for your works. Now I want to use my own datasets to train. So first I maybe to do my datasets as ILSVRC2015. But I cannot download...
Why every file root ends with a one? like train/ILSVRC2013_train/n02391049/n02391049_8321 1 train/ILSVRC2013_train/n02391049/n02391049_8340 1 train/ILSVRC2013_train/n02391049/n02391049_835 1 Useless? Am i right? Thanks?
I test an image from my own dataset, and it occurs the following error in demo.py, how to solve it? Another question is I want to finetune my own dataset,...
The provided models were trained on the ImageNet VID dataset, which does not include a 'person' label. **Does anyone know where can I find a trained model for persons?** Also,...