NVlabs / Deep_Object_Pose

Deep Object Pose Estimation (DOPE) – ROS inference (CoRL 2018)
Other
1.03k stars 287 forks source link

After training, objects cannot be detected #366

Closed liuqiang1227 closed 5 months ago

liuqiang1227 commented 5 months ago

I used train.py for training after creating a dataset in NDDS, but I was unable to detect my own model。 This is my JSON 2024-06-11 18-52-48 的屏幕截图 This is the file generated after my training 2024-06-11 18-54-02 的屏幕截图 This is my terminal command python3 train.py --data /home/a/TestCapturer --object yepian --outf yepian --gpuids 0 --epochs 120 --loginterval 1 --batchsize 16 2024-06-11 18-59-32 的屏幕截图