UnAV
UnAV copied to clipboard
Dense-Localizing Audio-Visual Events in Untrimmed Videos: A Large-Scale Benchmark and Baseline (CVPR 2023)
when i execute `python setup.py install --user` it happened like this: ``` running install /sda/home/xxx/anaconda3/envs/UnAV/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build,...
Hi. I am training the model on untrimmed videos of duration 3-10 minutes. I am giving segment start and segment end in secs in the annotation file. eg. clip_id,segment_start,segment_end,label,label_id,duration,subset ASDAB005.mp4,460.0,465.0,Hitting...
Hi! Thank you for your good work! I obtain the prediction result using the validation codes and find that each segments in the video are shown. Therefore, I want to...
How to run on multiple GPUs?
Thank you for your work on this paper. I am now following your work and try to explore cross-modal generation task based on audio-visual events. Could you please release the...