Supernovae
Supernovae
> But why is > `./darknet detector test ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights -i 0 -thresh 0.25 --folder_inference ./result_img/` > better than > `darknet.exe detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -ext_output -dont_show -out...
> I think it is not worth to complicate the code due to the functionality that is easily achieved by these functions. > > * Linux: > > `ls /home/user/*.jpg...
> ./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -ext_output -dont_show -out result.json < filelist.txt > result.txt > > NB! What are you trying to say? Can you please clearly describe your...
> > > ./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -ext_output -dont_show -out result.json < filelist.txt > result.txt > > > NB! > > > > > > What are you...
> Hi, can you try following code in file src/image_opencv.cpp, show_img is Mat pointer. Just crop desired portion out of Mat. > > `// you should create directory: result_img static...
> > > Hi, can you try following code in file src/image_opencv.cpp, show_img is Mat pointer. Just crop desired portion out of Mat. > > > `// you should create...
> > > > > Hi, can you try following code in file src/image_opencv.cpp, show_img is Mat pointer. Just crop desired portion out of Mat. > > > > >...
Hi @cenit looks like you've fixed the issue related to building in windows, can we merge this PR into master?
@bigsuperZZZX, any update on this?
> ego-planner is a local planner which only considers near obstacle avoidance. In your case, a high-level navigator that guides ego-planner by giving local goals is necessary. I see, do...