Upload bash.txt
Browse files
bash.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CUDA_VISIBLE_DEVICES=0 python train_seq.py /root/code/SegAnyMo/configs/DOST_train.yaml
|
| 2 |
+
|
| 3 |
+
python core/utils/run_inference.py --data_dir /root/code/SegAnyMo/data_test/images --motin_seg_dir /root/code/SegAnyMo/result/train2/moseg --config_file /root/code/SegAnyMo/configs/DOST_test.yaml --gpus 0 --motion_seg_infer --e
|
| 4 |
+
|
| 5 |
+
python core/utils/run_inference.py --data_dir /root/code/SegAnyMo/data_test/images --sam2dir /root/code/SegAnyMo/result/train2/sam2 --motin_seg_dir /root/code/SegAnyMo/result/train2/moseg --gpus 0 --sam2 --e
|