-
`Traceback (most recent call last):
File "export_onnx.py", line 1112, in
neck=args.neck)
File "export_onnx.py", line 1090, in main
verbose=True)
File "export_onnx.py", line 578, in…
-
what is the impact of using new_coords=1 ?? can someone please explain this concept in detail??
why sigmoid instead of liner activation function before yolo layer??
-
Hey @WongKinYiu,
Thank for this great work.
Is it possible to share yamls files such as, CSPPeleeNet, CSPResnet50, CSPResNext50.yaml files in U5 branch.
If possible I would be grateful.
Many…
-
-
When I run test.py (CSP) in docker, there is an issue appeared.
Traceback (most recent call last):
File "test.py", line 330, in
save_conf=opt.save_conf,
File "test.py", line 55, in test
…
-
Hello Dear @WongKinYiu
Thanks for this great work.
I have trained my network with all models such as yolov4l, yolov4x, csp-p6 etc, when I try to evaluate the model, I get following error.
Trace…
-
```
CMakeFiles/yolov5_trt.dir/build.make:86: recipe for target 'CMakeFiles/yolov5_trt.dir/yolov5.cpp.o' failed
make[2]: *** [CMakeFiles/yolov5_trt.dir/yolov5.cpp.o] Error 1
CMakeFiles/Makefile2:67:…
-
Previously, I modify the detect.py of YOLOv3 to get the coordinates of the bounding box using GDAL function. I got JPG images with wld file containing coordinates.
But for the YOLOv4 the detect.py is…
-
Hi,
I am using an AGX Xavier. I followed the instructions to run the demo for 2d object detection. I built a yolo4_fp16.rt model, which would be a 416x416 model. I then ran ./demo yolo4_fp16.rt, wi…
lpkoh updated
2 years ago
-
Hi, guys,
I want to know whether ScaledYOLOv4 uses the same encoding of bounding box coordinates as YOLOv3, like,
![image](https://user-images.githubusercontent.com/27288110/101898213-b0396380-3be6-…