-
at branch yolov4-large:
python detect.py --device 6 --weight weights/yolov4-p5.pt --cfg models/yolov4.cfg
error:
Traceback (most recent call last):
File "detect.py", line 190, in
detect…
-
HI, as the topic name, i have a custom trained yolov4-csp with 7 classes, when i converted the .weight -> .trr model. I got success but when test some images. The trt model cannot detect anything. I h…
-
I'm using the DOTA dataset which contains large satellite images and I have patched them into sub-images of 1024 x 1024 in size.
https://arxiv.org/pdf/1711.10398.pdf
There are 15k training imag…
-
Hello @WongKinYiu ,
I am interested to try this algorithm and extract the estimated poses of the objects along with object detection as implicit knowledge. I am quite new to implementing this and I w…
-
Hi Guys,
Thanks a lot for your amazing work.
I have read your paper and you do not mention the loss function used.
I would assume you use the same as yolov4.
However when looking into. the. …
-
running build
running build_py
running egg_info
writing src/mish_cuda.egg-info/PKG-INFO
writing dependency_links to src/mish_cuda.egg-info/dependency_links.txt
writing requirements to src/mish_cu…
-
csdarknet53s-panet-spp.cfg和yolov4的config不一致,用yolov4dense.pt计算出的mAP为45.7(python test.py --img-size 320 --batch-size 64 --device 0 --cfg cfg/csdarknet53s-panet-spp.cfg --weights weights/yolov4dense.pt -…
-
`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??
-
nvidia-docker run --name yolov4_csp -it -v your_coco_path/:/coco/ -v your_code_path/:/yolo --shm-size=64g nvcr.io/nvidia/pytorch:20.06-py3
docker: Error response from daemon: create your_coco_path/: …