Abdelrahman Maharek

Results 2 issues of Abdelrahman Maharek

The download links for the dataste Imagenet VID aren't working https://bvisionweb1.cs.unc.edu/ILSVRC2017/ILSVRC2017_VID.tar.gz https://bvisionweb1.cs.unc.edu/ilsvrc2015/ILSVRC2015_VID.tar.gz

I'm trying to run MaskTrack RCNN evaluation on the Youtube VIS 2019 using the below script ``` !python tools/test.py \ configs/vis/masktrack_rcnn/masktrack_rcnn_r50_fpn_12e_youtubevis2019.py \ --checkpoint checkpoints/masktrack_rcnn_r50_fpn_12e_youtubevis2019_20211022_194830-6ca6b91e.pth \ --out masktrack_rcnn_result_dir/results.pkl \ --eval 'track_segm'...