Closed sunshantong closed 4 years ago
Hello, I met the same problem when running the code. Could your please tell me how to solve the problem?
Thanks you!
@JiazeWang Hi, If it's not debugging, you can keep the "try-except" code in Line 434 and Line 457 of the dataset/dataset_nocs.py..
Hi, thank you for your work. When I run python train.py, the following happens
This seems to be because the COCO dataset contains grayscale images. I fixed it by adding. convert ("RGB"). But another problem arises.
This problem has bothered me for a long time. Can you give me some suggestions? Thank you very much.