https://github.com/galmetzer/dipole-normal-prop
Raw File
Tip revision: 0887b893b153f4ce6b09e4dd485f9b042f15b706 authored by Gal Metzer on 08 September 2021, 21:53:11 UTC
Update README.md
Tip revision: 0887b89
alien.sh
#!/bin/bash

export BASE_PATH=$(cd ../; pwd)
echo $BASE_PATH
export PYTHONPATH=$BASE_PATH

python -u $BASE_PATH/orient_large.py \
--pc $BASE_PATH/data/interpolate/consolidated.xyz \
--export_dir $BASE_PATH/demos/alien \
--models $BASE_PATH/pre_trained/hands2.pt \
$BASE_PATH/pre_trained/hands.pt \
$BASE_PATH/pre_trained/manmade.pt \
--iters 5 \
--propagation_iters 4 \
--number_parts 41 \
--minimum_points_per_patch 100 \
--diffuse \
--weighted_prop \
--estimate_normals \
--curvature_threshold 0.01 \
--n 50
back to top