forked from jchibane/if-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprocess_test_partial.sh
executable file
·19 lines (18 loc) · 1.25 KB
/
process_test_partial.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#python data_processing/convert_to_scaled_off.py -data train_gt
python data_processing/convert_to_scaled_off.py -data test_gt
python data_processing/convert_to_scaled_off.py -data test
python data_processing/voxelize.py -res 32 -data test
python data_processing/voxelized_pointcloud_sampling.py -res 128 -num_points 300 -data test
python data_processing/boundary_sampling.py -sigma 0.1 -data test
python data_processing/boundary_sampling.py -sigma 0.01 -data test
#python data_processing/filter_corrupted.py -file 'voxelization_32.npy' -delete -data test
python data_processing/create_voxel_off.py -res 32 -data test
python data_processing/create_pc_off.py -res 128 -num_points 300 -data test
#python data_processing/convert_to_scaled_off.py -data train
#python data_processing/voxelize.py -res 32 -data train
#python data_processing/voxelized_pointcloud_sampling.py -res 128 -num_points 300 -data train
#python data_processing/boundary_sampling.py -sigma 0.1 -data train
#python data_processing/boundary_sampling.py -sigma 0.01 -data train
#python data_processing/filter_corrupted.py -file 'voxelization_32.npy' -delete -data train
#python data_processing/create_voxel_off.py -res 32 -data train
#python data_processing/create_pc_off.py -res 128 -num_points 300 -data train