https://github.com/yewzijian/3DFeatNet
Raw File
Tip revision: 76a71e257832093222b2692e6db148312c24c75a authored by Zi Jian Yew on 04 July 2019, 07:22:22 UTC
Fixed reflectance dimensions to prevent crash in Matlab R2019a
Tip revision: 76a71e2
inference_example.sh
#!/bin/bash
python inference.py --data_dir='./example_data' --output_dir='./example_data/results' --checkpoint=./ckpt/checkpoint.ckpt --randomize_points
back to top