Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 878 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 878 Bytes

SHNets

stacked hourglass nets in pytorch

Commands

  • Training
python train_classification.py --train-image-path ../FloorplanTransformation/pytorch/img_label_arr_train/ \
                               --val-image-path ../FloorplanTransformation/pytorch/img_label_arr_test/
python train_regression.py --augment --train-image-path ./data/ny_hei_train.txt \
                           --val-image-path ./data/ny_hei_val.txt

Papers