-
I have converted some weights yolov4.weights to onnx and later to tensorrt (.trt). I would like to know how I can run these weights on the model. If anyone can help me. I am running the model on jetso…
-
Convert annotation files (txt format) into coco json format...
Traceback (most recent call last):
File "C:/Users/xdtech/Desktop/Keras-YOLOv4-master/1_txt2json.py", line 77, in
img_h, img_w, …
-
Hello everyone! How can I crop detected object or get coordinates of bounding box in YOLOv4? I want to use these cropped images as input for another model for real time detection and classification. (…
-
Hi Team,
I am trying to run inference script on my own data.
I have weights file which is converted to torch weights file and config file is also give, but none of the images boxes is taking into m…
-
Hello, can anyone provide a download link of a darknet.exe compatible for yolov4 for Windows?
I am still using the older darknet.exe I downloaded few years ago and it only works with yolov3 up to y…
-
Hi there im trying to have an image path stored in a variable and then call it in the yolo cmd line
but its not loading the image
something like this:
`
abcd = "data/dog.jpg"
!./darknet detector …
-
I train on coco dataset 80 classes, is max_batches in yolov4.cfg too big, and 2000*classes is 16K?
I use 4 gpus. From 4K to 50K iterations, the avg loss is about 8.4, but the map increases from 45% t…
-
大佬你好,我跑通了你的Scaled Yolov4项目。有个问题想要请教一下。
在运行
```./ScaledYOLOv4_trt ../config-p5.yaml ../samples/```
以后,生成了```yolov4-p5.trt``` engine文件。
我现在想要使用```yolov4-p5.trt```做推理,所以我写了如下代码:
```
def d…
-
D:\app\anaconda3\envs\Yet-Another-EfficientDet-Pytorch\python.exe E:/PycharmProjects/pytorch-YOLOv4/train.py
log file path:log\log_2020-10-13_17-06-25.txt
2020-10-13 17:06:25,341 train.py[line:611] …
-
Similar to what BigQuery ML offers, `CREATE MODEL` can be used for training a model as well.
```sql
CREATE MODEL yolo
OPTIONS (
device="gpu",
steps=10000,
flavor="pytorch",
…