Zhedong Zheng
Zhedong Zheng
@tarnationpenny 不好意思 才看到。 你看看是不是保存路径的问题? 或者在训练完 保存的时候 有没有报错?
谢谢 @tang-agui 是的,可以参考 https://github.com/layumi/Person_reID_baseline_pytorch?tab=readme-ov-file#tips
@LancasterLiu Thank you. Sorry for the late response. I think it will be fine if there are only a few such cases. But it may be good to avoid strong...
Hi @xc597 I think it is Okay. You need to remove all `.cuda()` and specify `.cpu()`.
@qianhe-666 你好, 你两次 name 不一样。 训练的是 ft_ResNet50, 测试的是 ft_ResNet
requirements 中的 这个 https://github.com/layumi/person-reid-3d/blob/master/requirements.txt#L6 我估计 1.8 可能报错。 cuda 11的话 ,唯一要改的是 pointnet2_ops_lib。 1. 安装 pointnet2_ops_lib (cuda11版本的) 2. 把我里面一些修改的函数贴过去。就行了。
安装 pointnet2_ops_lib (cuda11版本的) 可以参考 这个 https://github.com/erikwijmans/Pointnet2_PyTorch 但我不确定有没有兼容 cuda11。 可以先试试 。 或者你自己搜一下github,应该能找到 cuda11的pointnet2_ops_lib 。
我修改的函数 。你可以对比一下。主要是在这两个 py 里。 其他都没动。 
Thank you for your attention on our work. I just sent it to you.
Hi @Siegward233 Sorry for the late reply. The model did not ouput `outputs`. Could you check the --views ? Usually --views 2 or --views 3.