Shame-fight

Results 27 comments of Shame-fight

> Use the package video_stream_opencv to capture camera topic. It has better memory management and threading. you wont face the issue with video_stream_opencv thank you for your reply! I tried...

> the error states `what(): std::bad_alloc`, i think it is due to the reason that you have less memory to load the model. What device are you using? Also, did...

> For the package video_stream_opencv, your device id should match with the one listed in launch file, for camera mounted at `/dev/video0`, the video_stream_provider param is `0`. After launching the...

I have the same problem.

@pushkalkatara Can you fix the problem, or update the code to match the latest ABdarknet? It will be a great help for us.

@pushkalkatara Thanks for the work you did, the code doesn't work on my computer and TX2. When I run the code "roslaunch darknet_ros darknet_ros.launch", the result is as follows. And...

> 您好,不确定是否相关,但我遇到了类似的问题。一旦Yolo检测到物体并开始跟踪,它就会崩溃。GDB提供了以下信息: > > `Thread 1 "darknet_ros" received signal SIGSEGV, Segmentation fault. darknet_ros::YoloROSTracker::trackThread (this=this@entry=0x7fffffffc130) at /home/nico/catkin_ws/src/darknet_ros/darknet_ros/src/YoloROSTracker.cpp:217 217 it->frames_counter = temp; (gdb) bt #0 darknet_ros::YoloROSTracker::trackThread (this=this@entry=0x7fffffffc130) at /home/nico/catkin_ws/src/darknet_ros/darknet_ros/src/YoloROSTracker.cpp:217 #1 0x00007ffff7822378 in...

> cmakelist.txt > cmake_minimum_required(VERSION 2.8.3) > project(coord_tran) > > find_package(catkin REQUIRED COMPONENTS > geometry_msgs > roscpp > rospy > std_msgs > darknet_ros > message_generation > ) > > 中删除darknet_ros,添加darknet_ros_msgs试试 I...

> I have a simple fix [here](https://github.com/vivkr/darknet_ros/blob/18f7875e3ae0583b5a05fe4601cb08e4dc4f1373/darknet_ros/src/YoloObjectDetector.cpp#L569). Please let me know if this fixes your issue @elpidiovaldez and a pull request can be made. > > If you're still having...

I have the same question about finetune,the finetuning model training in my dataset performace terriable,so the finetune.ipynb is confusing。Looking forward to anyone's reply。thanks @santhoshnumberone @lilluv