Update README.md

This commit is contained in:
Xu Ma 2021-10-20 21:49:53 -04:00 committed by GitHub
parent 43c7379477
commit 2b0593db98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,11 +64,6 @@ python main.py --model pointMLPElite
``` ```
By default, it will create a fold named "checkpoints/{modelName}-{msg}-{randomseed}", which includes args.txt, best_checkpoint.pth, last_checkpoint.pth, log.txt, out.txt. By default, it will create a fold named "checkpoints/{modelName}-{msg}-{randomseed}", which includes args.txt, best_checkpoint.pth, last_checkpoint.pth, log.txt, out.txt.
- To conduct voting experiments
```bash
# please modify the msg accrodingly
python voting.py --model pointMLP --msg demo
```
## Part segmentation ## Part segmentation