- Get data from Holden et al
- Pre-pocessing by using code from Kaufmann et al
python train.py --name <name_of_experiment> --datasetPath <your_train_data_path> --ValdatasetPath <your_valid/test_data_path>
The results will save in <Code_path>/experiments(default)/
You can check the default setting and use it from line 25 to 34 <Code_path>/train.py
The visualization codes are referd from Here
cd <Code_path>/VisualizationCode ; python view.py --name <name_of_experiment> --epoch <num of epoch(train)>
Reference Paper(3DV 2020)
Official Github (Tensorflow) of reference paper