https://github.com/rubenwiersma/deltaconv
Raw File
Tip revision: 186fec369fa2ceb4559830bc421282dddb2300a2 authored by rubenwiersma on 26 July 2023, 16:31:40 UTC
Update ply_utils.py
Tip revision: 186fec3
shapenet.sh
#!/bin/bash
python experiments/train_shapenet.py --checkpoint_dir experiments/runs/shapenet/replication/checkpoint
python experiments/test_shapenet.py --checkpoint experiments/runs/shapenet/replication/checkpoint/last.pt
back to top