ohhhyeahhh / PointAttN

Code for the paper "PointAttN: You Only Need Attention for Point Cloud Completion"
https://ojs.aaai.org/index.php/AAAI/article/view/28356
89 stars 13 forks source link

When running python test_c3d.py -c PointAttN.yaml test.log has no content #21

Open lsy-study opened 7 months ago

lsy-study commented 7 months ago

I have successfully run python train.py -c PointAttN.yaml, and the contents of train.log have been logged, at which point I just run python test_c3d.py -c PointAttN.yaml but the test.log is empty and nothing is logged. I will show you the configuration file and the contents of the log/PointAttN_cd_debug_pcn directory. image In the meantime, the question I have is this. What is the difference between best_cd_p_coarse_network.pth and best_cd_t_coarse_network.pth ? Thanks, if you answer it will solve a big problem for me, thanks a lot!

lsy-study commented 7 months ago

If there's anything else I need to upload as an addendum I'll get right on it.

zzczzc-0118 commented 1 month ago

如果还有其他我需要作为附录上传的内容,我会直接处理。

你好,我也遇到了相同的问题,请问您是怎么解决的呢?