Salman Khan
Salman Khan
Hi @KrakenLeaf, The 3d deformable convolution is amazing. What about 3d deformable RoI pooling? Do you have the 3d version of pooling layer? if yes please share it. Thanks
Yeah @KrakenLeaf, I am working on it, but didn't complete it yet. If you convert it, please let me know. Thanks
I printed the lengths of frame_ids and image_list and got this: AssertionError: len(images_list) 131 len(frame_ids) 130 for /video/1101/6797913724.mp4 This means one extra frame has been created by ffmpeg. I fixed...
No, I used ffmpeg-python and the error of frames mismatch seems to have appeared only once after 200 iterations. Now, the next problem is the same faced by @PeiqinZhuang and...
Hi @PeiqinZhuang The faulty videos are 7003314632 and 9731127827. I removed both of them from the train annotation file and run the code now it's working fine.
You also need to include below two conditions otherwise there will be an assertion error for frames lens if len(images_list) > len(frame_ids): images_list = images_list[:len(frame_ids)] if len(frame_ids) > len(images_list): frame_ids...
Hi @GELIELEO and @gurkirt, Yes, the test annotation file is private. If you want to evaluate your model on test-set please use our eval.ai challenge (https://eval.ai/web/challenges/challenge-page/1059/overview). Best, Salman