You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -m vis4d.pl test --config <config-file> --gpus <num-gpus>
84
+
vis4d-pl test --config <config-file> --gpus <num-gpus>
80
85
```
81
86
82
-
- SLURM batch job. Need to config the submission file.
87
+
- SLURM
83
88
84
89
```bash
85
90
# vis4d.engine
86
-
sbatch scripts/slurm_test.sh
91
+
srun vis4d test --config <config-file> --gpus <num-gpus> --slurm True
87
92
88
93
# vis4d.pl
89
-
srun --cpus-per-task=4 --gres=gpumem:20G python -m vis4d.pl.run test \
90
-
--config <config-file> --gpus <num-gpus>
94
+
srun vis4d-pl test --config <config-file> --gpus <num-gpus>
91
95
```
92
96
93
-
## Contribute
97
+
## Acknowledgement
98
+
Vis4D is a group effort by our team at ETH Zurich.
99
+
[Yung-Hsu Yang](https://royyang0714.github.io/) built the current version and will be the main maintainer of the codebase.
100
+
101
+
Vis4D was originally written by [Tobias Fischer](https://tobiasfshr.github.io/) during the first three years of his Ph.D. at ETH Zurich, [Thomas E. Huang](https://www.thomasehuang.com/) helped contribute many models, [Tao Sun](https://www.suniique.com/) implemented the ViT models and designed the evaluation pipeline, and[René Zurbrügg](https://github.com/renezurbruegg) designed the config system.
0 commit comments