-
Hi, In this framework, is it possible to do multi output models.
Something like the following:
https://keras.io/getting-started/functional-api-guide/#multi-input-and-multi-output-models
If not, w…
-
https://pjreddie.com/darknet/yolo/
YOLO v3 is now available. can I use v3 cfg in Windows?
-
Hello, what is the batch and subdivision for Tiny Yolo training? I used the one that was advised for Yolo and my avg loss was going up. And to be honest I am not even sure if they are related. Do you …
-
This is the plot i am getting
![chart - Copy](https://user-images.githubusercontent.com/33058092/71088410-5913d500-21c4-11ea-9833-d27fb92b27c8.png)
As you can see inspite of -map flag, only loss…
-
onnx转engines时候出现
tcxia updated
4 years ago
-
We have downloaded latest master branch code and compiled darknet using Cmake-GUI. We are encountering an error **"CUDA Error Prev: an illegal memory access was encountered"** at specific interval of …
-
I trained a yolov3 model (not the tiny version), and now I am trying to convert the saved yolo h5 file to Tensorflow pb, and so far I haven't had luck. This is how I am trying to do the conversion:
…
-
I trained yolov4 on my own data set with the param **"-dont_show -map -gpus 1,2"**, and an error occurred while calculating mAP.
We have 2 Tesla K80 (4 GPU in total) and I trained my dataset on GPUs …
-
I tried testing the conde using
**./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg**
It gave me this. There is no detection on predictions.jpg either. I tried webcam also. If I use th…
-
Hi,
I try to detect vehicles from aerial images. As I mentioned in title of the issue I try to find 20x20pixel objects in 4000x4000 images so I am really pleased if any suggestion come up to improv…