-
Hello,
Just trained on the latest master branch of https://github.com/AlexeyAB/darknet a custom detector using yolov4 (input size 320).
Now from a fresh docker container (tensorflow/tensorflow:…
-
I want to see the tensorboard after the training has finished, so I'm trying to use:
`tensorboard --logdir path/to/logs
`
where is the "path/to/logs"?
the closest thing I saw was the "yolo_event…
-
Hi,
Hope you are all well !
It would be interesting to have a docker container for building and linking darknet. Isn't it ?
Cheers,
X
ghost updated
4 years ago
-
@bennetthardwick I finally got a GPU and while comping darknet for GPU, I found that I need to be able to specify the ARCH= for my GPU in the darknet makefile. Can you please add a `DARKNET_ARCH` env…
-
##### System information (version)
- OpenCV => 4.4dev
- Operating System / Platform => Ubuntu 18.04
- Compiler => gcc 7.5
- nVidia Driver: 450.57
- CUDA: 11.0.194GA
- cudnn: 8.0.2GA
##### Det…
-
##### System information (version)
- OpenCV => 4.3.0
- Operating System / Platform => Ubuntu 18.04
- Docker version => 19.03.8
- nvidia-docker => works
- python => 2.7
- GPU => GeForce 1080ti …
-
I'm seeing this pop up in the log. It doesn't cause the system to stop, but doesn't look like it should be happening either:
```
Exception in thread Thread-13:
Traceback (most recent call last):
…
-
Hi,
Makefile:
```
ifeq ($(LIBSO), 1)
LIBNAMESO=libdarknet.so
APPNAMESO=uselib
endif
```
thus libdarknet.so
CMakeLists.txt:
```
if(BUILD_SHARED_LIBS)
target_compile_definitions(dark PRI…
-
I am running the cpu-cv image, i doubt gpu will work on my machine as i have a very old radeon, inside the darknet folder as needed also with the yolov3.weights but any attempt at trying to run it wil…
-
Whilst building the common-image for subt, It seems that python-vcstool has been moved out of incomming.
I was able to get the install to continue by installing it via pip.
so replaced the pyt…