Dev-ori

Results 10 issues of Dev-ori

Hi, In the **pytorch_i3d.py** file, why the 'in_channels = ' is 384+384+128+128 ? I wonder what's the meaning of each of numbers (384, 384, 128,128) and what's difference with **"in_channels=...

Hi, :) I'm trying to running 'video_demo.py' **Not using the 'Feature extractor', but using 'extracted features'** Because I want to implement i3d to your project, BUT I only have I3D-extracted-UCF-Crime-features(.npy...

enhancement

Hi, I have this issue when running "video_demo.py " can somebody help? I've already tried below, but didn't work. 1. "sudo apt install ubuntu-restricted-extras' 2. sudo apt install gstreamer1.0-plugins-good/bad/ugly 3....

help wanted

Hi, thank you for great work. Now, I'm trying to convert numpy flow file to video with your code. I have 000.npy flow file extracted from raft, is it possible...

Hi , When i try to run the "uniformer_b32x4_k600", could find that provided script file "run.sh" contains "python tools/submit.py" BUT there is no files name like it in the 'tools'...

Hi, Thank you for your repo. I've tested your code several times, but Can't reproducible the AUC for UCF-Crime dataset. I've followed your instruction at the main page, (features, command)...

Hi I've got this error when i run on this command. **python run_net.py --cfg ./configs/SLOWFAST_8x8_R50.yaml** would you please check how to get over from this error? Traceback (most recent call...

Hi, Is there model weight file that pretrained with Imagenet +Kinetics 400 ? I'm looking for .pt or pth files and if there 'rgb, flow' file would be perfect. If...

I've got this error when training, is there any similar errors or suggestions? **USED Script:** python train.py --workers 8 --device 0 --batch-size 32 --data data/crowdhuman.yaml --img 640 640 --cfg cfg/training/yolov7_cr.yaml...

Hello, I inspired your work and currently following your work and studying. thank you for the great work. I noticed that in your paper "Spatio-Temporal Relation Modeling for Few-Shot Action...