Hi
I am lucky to have partipated the 2018 ICRA AI Challenge. and was impressive about DJI autoRobot.
I wonder if the robot is detected using Yolo module?cause recently I also using Yolo to detect object but was failed to get yolo network result currectly. the weight is trained by myself and was checked by using ./darknet ....... ,everything looks fine,after I encapsulation Yolo srource file in the way RoboRTS do,and run in C++,even the image I passed into yolo is absolutly right ,I still cant get currect yolo detection result. the object number yolo returned me is always 0,and the windows yolo drawed by itself is also no reaction.hopes anyone can helps me to figure out what is going wrong .
Hi I am lucky to have partipated the 2018 ICRA AI Challenge. and was impressive about DJI autoRobot. I wonder if the robot is detected using Yolo module?cause recently I also using Yolo to detect object but was failed to get yolo network result currectly. the weight is trained by myself and was checked by using ./darknet ....... ,everything looks fine,after I encapsulation Yolo srource file in the way RoboRTS do,and run in C++,even the image I passed into yolo is absolutly right ,I still cant get currect yolo detection result. the object number yolo returned me is always 0,and the windows yolo drawed by itself is also no reaction.hopes anyone can helps me to figure out what is going wrong .