onging
Please find installation instructions for PyTorch and PySlowFast in INSTALL.md.
python tools/run_net_composition_augmentation.py --cfg configs/mammalnet/MVITv2_B_16x16_composition.yaml
python tools/run_net_composition.py --cfg configs/mammalnet/slowfast_32x8_composition.yaml
python tools/run_net_composition.py --cfg configs/mammalnet/i3d_16x24_composition.yaml
python tools/run_net_composition.py --cfg configs/mammalnet/C3D_16x24_composition.yaml
take MViT as an example:
python tools/run_net_composition_augmentation.py --cfg configs/mammalnet/MVITv2_B_16x16_composition_zeroshot.yaml
python tools/run_net_composition_augmentation.py --cfg configs/mammalnet/MVITv2_B_16x16_composition_oneshot.yaml
python tools/run_net_composition_augmentation.py --cfg configs/mammalnet/MVITv2_B_16x16_composition_fiveshot.yaml