-
Thank you for sharing the great work. I ask for some mismatch between the current codebase and arXiv technical report.
1. SlowFast mode
* Is slowfast representation only used for inference time,…
-
Could you tell me where is the slowfast baseline model. It seem it not from this repo:
https://github.com/facebookresearch/SlowFast/tree/main/slowfast/models
Thank you in advance!
-
Checking and downloading TREK-150. This process might take a while...
Processing video sequence P03-P03_02-612 [1/150]
Annotation already extracted!
Downloading EK video to ./TR…
-
Thank you for your outstanding work
i want to train the mode with ava dataset ,but I don't know if the annotation is the same as slowfast's one second frame annotation, or if all 30 frames are annota…
-
### 🚀 The feature, motivation and pitch
Currently Pytorch includes an implementation of MViTV2-S, showing that the model is useful. MViTV2-B and MViTV2-L are even more powerful. Weights are publicly …
-
まずは通常のKinetics datasetでの学習のコマンドについて。
`--cfg configs/Kinetics/c2/SLOWFAST_8x8_R50.yaml DATA.PATH_TO_DATA_DIR dataset/ TRAIN.CHECKPOINT_FILE_PATH ./checkpoints/SLOWFAST_8x8_R50.pkl TRAIN.ENABLE True …
-
Hi Team,
I'm using Custom Dataset to train the model. I put the videos and csv files according to [issue149](https://github.com/facebookresearch/SlowFast/issues/149). Like this:
```
SlowFast/
├── …
-
Traceback (most recent call last):
File "tools/run_net.py", line 6, in
from slowfast.utils.misc import launch_job
File "/root/slowfast/slowfast/utils/misc.py", line 19, in
import slo…
-
When I was testing the official model (downloaded from Model ZOO), I got the wrong mAp, do you have any ideas or suggestions?
![image](https://github.com/facebookresearch/SlowFast/assets/52307287/175…
-
i have downloaded weight SLOWFAST_R101_K700.pth.tar ,when i choose model_type slowfast , the error is :
File "/home/ubuntu/work/ROAD_Waymo_Baseline/utils.py", line 179, in load_pretrain
check…