Code for Toronto-3D has been uploaded. Try it for building your own network.
Will work on code for OpenGF
- Set up environment and compile the operations - exactly the same as the RandLA-Net environment
- Create a folder called
data
and move the.ply
files intodata/Tronto_3D/original_ply/
- Change parameters according to your preference in
data_prepare_toronto3d.py
and run to preprocess point clouds - Change parameters according to your preference in
helper_tool.ply
to build the network - Train the network by running
python main_Toronto3D.py --mode train
- Test and evaluate on
L002
by runningpython main_Toronto3D.py --mode test --test_eval True
- Modify the code to find a good parameter set or test on your own data