Wenxuan Peng

Results 6 issues of Wenxuan Peng

If cloning the latest apex repo directly, line 19 of `apex/apex/transformer/amp/grad_scaler.py` used `torch.cuda.amp.GradScaler`, which requires torch version to be greater than 1.6 in order for `torch.cuda` to have `amp` module....

I followed install.md when running command python setup.py build develop my nvcc --version is cuda 10.1 I tried conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch conda install pytorch==1.5.0 torchvision==0.6.0 cudatoolkit=10.1...

Hi, sorry I' m a beginner~ I' d like to ask that is `instance_id` in json annotations file of MOT task a "global id" to all videos in the dataset,...

Hi, thanks for the wonderful tool! I wonder where I can make some modifications to let the output key frames named by their exact frame id in the original video...

Hi! Thanks for the great work! We would like to understand more about how evaluation metric works for VidSGG task by directly looking at your evaluation codes. May I ask...

Thanks for the cool work~ But I did not find any place writing the lora module in the code, also not found in architecture