-
Hi, yesterday I downloaded SlowFast and now I am trying to run demo on my video, using the following command:
python tools/run_net.py --cfg demo/AVA/SLOWFAST_32x2_R101_50_50_MYTEST.yaml
I am running…
-
I'm trying to train I3D_NLN on AVA data set I created my own config file:
`TRAIN:
ENABLE: True
DATASET: ava
BATCH_SIZE: 64
EVAL_PERIOD: 5
CHECKPOINT_PERIOD: 1
AUTO_RESUME: False
…
-
Hi, thanks for your SlowFast codebase. I use the slowfast network and I3D network for ava pipeline, but I found that the I3D network with less parmeters need more gpu memory than slowfast network and …
-
If PlantSimEngine is intended for use by non-programmers, or people with very little background in Julia, it might be worth adding some specific pages to the documentation that help novices quickly id…
-
I want to use `transfer learning` for training custom data I currently have.
Custom data is being detected as `cell phone` with low confidence.
I would like to `freeze` the `feature extractor` …
-
I got the problem when I first sh tool/train.sh ade20k pspnet50 .
Traceback (most recent call last):
File "tool/test.py", line 255, in
main()
File "tool/test.py", line 117, in main
…
YLONl updated
2 years ago
-
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…
-
Hello, no matter how I try to make custom database object detection work I constantly get errors (tried copying everything from MMDet guide, youtube videos, tried with pycharm, google colab and still …
-
Trying to run Masculine Argonians and Khaljit textures (SOS-full, 2k).
SynthEBD error log with Masculine Khaljit:
```
Errors detected in Config File Masculine Khajiit Textures
Subgroup BD.G.S…
-
It worked by single GPU traing. But it failed no matter how many GPUs I appointed when I tried distributed training.
https://github.com/LikeLy-Journey/SegmenTron/blob/4bc605eedde7d680314f63d32927…