-
I have a question about yolo.weight you provided.
Traceback (most recent call last):
File "demo.py", line 382, in
main(args, cfgs)
File "demo.py", line 78, in main
yolo_img_size=arg…
-
I have followed build instructions just as given.
```
make -j4 package
-- Darknet v3.0-195-gb4b25d33-dirty
-- CUDA detected. Darknet will use the GPU.
-- Found cuDNN library: /usr/local/cuda/l…
-
**Describe the bug**
Nothing happens after running darknet_ros.launch
weights seem to have loaded, and the image topic is fine, but nothing happens.
The same code is normal on my other machine
he…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
# Darknet Repository
- Darknet Original
- https://github.com/pjreddie/darknet
- Darknet Extension
- https://github.com/AlexeyAB/darknet
- Darknet Company
- https://github.com/hank-ai/darkn…
-
```
$ python -V
3.11.4
$ conda -V
23.5.2
$ darknet -V
Darknet code version: 2023.09.27
CUDA-version: 10020 (11080), cuDNN: 7.6.5, CUDNN_HALF=1, GPU count: 1
CUDNN_HALF=1
OpenCV vers…
-
### Question
I'm looking for a way to convert from Pytorch YOLOv7 or YOLOv8 .pt to Darknet .weights, because I have a YOLOv7 and YOLOv8 models that I would like to port to have the same model in bo…
-
Recently, I used the darknet framework to implement a project on semantic segmentation of images. If you are interested, you can try it. If you feel that the project is helpful to you, please give me …
-
@zhengshoujian hello sir , i want to ask about detection + segmentation ever u make like this? (i mean like mask rcnn), i was successfull about detection using yolov234 darknet, but i need the segment…
-
I've ran my model on both this version of darknet, and the latest AlexeyAB darknet. Both have returned false positives when testing. I've also tested it on other cfgs & weights files including the def…