-
Hello all,
I use linux user : Ubuntu 20.04. I want running inference task with my pre-trained darknet yolov4 model using terminal.
I ran this command
`
./darknet detector test ~/Documents/Data_c…
-
How can I use pre trained weights on COCO dataset and finetune them on my dataset for yolov4 and yolov4 tiny? While loading the model only Pytorch weights are used.
Can i add this in https://github…
-
@hunglc007 Hi,
There are new models: https://github.com/AlexeyAB/darknet/issues/7087
* yolov4-csp
* cfg: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-csp.cfg
* w…
-
@hunglc007 Hi,
Why do you get only `61.96%` AP50 for YOLOv4-512x512 https://github.com/hunglc007/tensorflow-yolov4-tflite#map50-on-coco-2017-dataset instead of `64.9%` AP50 that I can get by using …
-
I check your base model and Darknet yolov4-tiny on COCO. The mAP@.5 of your model is much lower than that of the Darknet model (~10%). Have you tried comparing them? And what is the configuration for …
-
pytorch-yolov4 postprocess is in model,but darknet yolov4 weights postprocess is not in model,inference and postprocess are splited,so what can we do?
-
Hi,
I'm converting a yolo-v4 darknet model into tensorflow. The conversion, quantization and compilation was sucessful. I got the elf file and the kernal info. The kernal name in kernal info is "dpu_…
-
I have trained based on darknet-yolov4 and get .weight file. how can i convert it to pytorch .pth file. i have tried to use darknet2pytorch.py. i use the .pth and it report an erro like this:
Fil…
-
Hello,
I am trying to convert yolov4 model from darknet. I am using Jetson Nano and have compatible versions of CUDA, TensorRT, cuDNN and OpenCV installed. But, when i enter this command: `sudo pyt…
-
@WongKinYiu
I'm trying to work out how I can train yolov4-csp on a custom dataset starting with coco pretrained convolutional layers.
1) Does training yolov4-csp with this repository require py…