forked from chenhsuanlin/bundle-adjusting-NeRF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommand.sh
8 lines (8 loc) · 1.61 KB
/
command.sh
1
2
3
4
5
6
7
8
python train.py --group=phototourism --model=barf --yaml=barf_phototourism --name=brandenburg_garf --data.scene=brandenburg_gate --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True
python train.py --group=phototourism --model=barf --yaml=barf_phototourism --name=sacre_garf --data.scene=sacre_coeur --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True
python train.py --group=phototourism --model=barf --yaml=barf_phototourism --name=trevi_garf --data.scene=trevi_fountain --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True
python train.py --group=phototourism --model=barf --yaml=barf_phototourism --name=taj_garf --data.scene=taj_mahal --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True
python evaluate.py --group=phototourism --model=barf --yaml=barf_phototourism --name=brandenburg_garf --data.scene=brandenburg_gate --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True --resume
python evaluate.py --group=phototourism --model=barf --yaml=barf_phototourism --name=sacre_garf --data.scene=sacre_coeur --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True --resume
python evaluate.py --group=phototourism --model=barf --yaml=barf_phototourism --name=trevi_garf --data.scene=trevi_fountain --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True --resume
python evaluate.py --group=phototourism --model=barf --yaml=barf_phototourism --name=taj_garf --data.scene=taj_mahal --visdom=False --feature.encode=False --transient.encode=False --arch.garf=True --resume