darknet_ros
darknet_ros copied to clipboard
Detection window close immediately
Hello,
I am successfully load the weight that I train for my own object.
Loading weights from /home/beh/TIM/src/darknet_ros/darknet_ros/darknet_ros/yolo_network_config/weights/test.weights...Done!
Waiting for image.
[darknet_ros-1] process has died [pid 9285, exit code -11, cmd /home/beh/TIM/devel/lib/darknet_ros/darknet_ros __name:=darknet_ros __log:=/home/beh/.ros/log/eb20dd32-5ff3-11e9-89a1-80a589799ef1/darknet_ros-1.log].
log file: /home/beh/.ros/log/eb20dd32-5ff3-11e9-89a1-80a589799ef1/darknet_ros-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
After the image pop out, it immediately close and report the error above. May I know how to solve this problem?
Did you solve this problem ? Or any idea of this problem? I met the same problem after the image pop out. Thank you!
Same Issue
Hello,
I am successfully load the weight that I train for my own object.
Loading weights from /home/beh/TIM/src/darknet_ros/darknet_ros/darknet_ros/yolo_network_config/weights/test.weights...Done! Waiting for image. [darknet_ros-1] process has died [pid 9285, exit code -11, cmd /home/beh/TIM/devel/lib/darknet_ros/darknet_ros __name:=darknet_ros __log:=/home/beh/.ros/log/eb20dd32-5ff3-11e9-89a1-80a589799ef1/darknet_ros-1.log]. log file: /home/beh/.ros/log/eb20dd32-5ff3-11e9-89a1-80a589799ef1/darknet_ros-1*.log all processes on machine have died, roslaunch will exit shutting down processing monitor... ... shutting down processing monitor complete
After the image pop out, it immediately close and report the error above. May I know how to solve this problem?
I met this issue too. I solved it by changing to darknet_ros.launch instead of yolo_v3.launch. That maybe help