The path is not written like this, E:\bishe\logdir,
/ is for the URL, local file path is \ or \
Train
python train_clss.py --root your_data_root --log_dir your_log_dir
eg.
python train_clss.py --data_root /root/modelnet40_normal_resampled --log_dir cls_ssg_1024
- Evaluate
python evaluate.py cls model data_root checkpoint npoints
eg.
python evaluate.py evaluate_cls pointnet2_cls_ssg /root/modelnet40_normal_resampled \
checkpoints/pointnet2_cls_250.pth 1024
python evaluate.py evaluate_cls pointnet2_cls_msg root/modelnet40_normal_resampled \
checkpoints/pointnet2_cls_250.pth 1024
GitHub point net2 model
needs to specify two folders, but it's not working, I don't know what the problem is
python train_clss.py --data_root E:/bishe/Pointnet2.PyTorch-master/modelnet40_normal_resampled --log_dir E:/bishe/logdir
This is my format, ball guy
0 Answer
The path is not written like this, E:\bishe\logdir,
/ is for the URL, local file path is \ or \
这家伙很懒,什么都没留下...