Ding Li
Ding Li
`cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000033.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000592.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000230.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000395.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000238.mp4 ` Thanks for your great work. When running denseflow, I...
Hi, thanks for sharing the code. In the experiment, you have report the mAP performance of temporal action detection with the generated proposals. Can you share the related code and...
https://github.com/liuyuemaicha/simple_faster_rcnn/blob/0e452f9d25b0bed4e2705d2b4dd3f39deace9fa5/train.py#L105 Here, is vgg.rpn_loss should be used for calculating?
Hello,I have built a Conv2d instance with num_filters=6 and kernei_size=(3,3),and the input of the conv2d layer is a tensor of [1,12,12,6] with complexed value. Shape=(batch_size, h, w, channels). Then I...
Hi team, Thank you for your work. I was wondering if there is an ONNX and TensorRT support for MUTR3D?
Hi, team. Thanks for releasing the exceptional work. I try to evaluate the released model (llava-v1.5) on town05 long benchmark (with leaderboard/data/evaluation_routes/routes_town05_long.xml), and sadly observe that the results are significantly...
In the forward function of CrosSCLR, the key parameters in joint, bone, motion view are all momentum updated. However, in cross_training function, only key parameters in motion view are momentum...