ppengtang / pcl.pytorch

PyTorch codes for our papers "Multiple Instance Detection Network with Online Instance Classifier Refinement" and "PCL: Proposal Cluster Learning for Weakly Supervised Object Detection".
MIT License
253 stars 49 forks source link

I am a fresh of leaning PyTorch. When try to train the PCL, I got the fellow error and don’t know how to adress it. Thanks in advance. #67

Closed theshy456 closed 2 years ago

theshy456 commented 2 years ago

微信图片_20211113212907

dingjietao commented 2 years ago

微信图片_20211113212907

I think you should check datasets path, or corresponding xml.

theshy456 commented 2 years ago

微信图片_20211113212907

I think you should check datasets path, or corresponding xml.

theshy456 commented 2 years ago

Thank for your reply.It works.