mega.pytorch icon indicating copy to clipboard operation
mega.pytorch copied to clipboard

Memory Enhanced Global-Local Aggregation for Video Object Detection, CVPR2020

Results 65 mega.pytorch issues
Sort by recently updated
recently updated
newest added

Thanks for your sharing. I wonder how to obtain AP (fast) | AP (med) | AP (slow) after training? It would be helpful if it is convenient to tell. Thank...

Hello, I want to know how the pretrained 'flownet.ckpt' model was trained. Was it also trained using flownet.py in mega_core/modeling/backbone with average pooling in forward? Or trained using another method...

I had an error during installation: ![image](https://user-images.githubusercontent.com/29391214/96426414-c7d01d80-122f-11eb-9779-e90b6d87a818.png) I'm not sure where the Macro came from , how to fix it? Thanks

Thanks for your sharing! And I test the dff part,, the inference speed is about 15-20fps on Titan 2080ti. But original dff(mxnet) is more than 30fps on Titan 2080ti. What...

请问,有人只使用ImageNet VID数据集训练的吗?mAP是多少。我这边是0.71.

Thanks for the code. I just run it for baseline. But I met the PIL error. UnboundLocalError: local variable 'photoshop' referenced before assignment during the training. What it is your...

执行python -m torch.distributed.launch --nproc_per_node 4 tools/test_net.py --config-file configs/MEGA/vid_R_101_C4_MEGA_1x.yaml --motion-specific MODEL.WEIGHT MEGA_R_101.pth,报错:ModuleNotFoundError: No module named 'mega_core' ,请问是引入方式需要调整吗

Please while trying to run demo.py I'm having a segmentation error. Anyone had the same problem?

Please I'm confused, how can I run the model on my videos? I'm using this command, but I'm having a segmentation error python demo/demo.py base configs/vid_R_101_C4_1x.yaml R_101.pth --video --visualize-path datasets/20180820_115017_260A.mkv...