-
in the test the dimension of picture is big ,dimension of picture decide the speed in the test ?
-
I have made my own training and testing dataset for yolo v3. But i have few questions.
1) What is the .cpp file that controls the path for labels, imgs, etc... (Need to change to my folders instead o…
-
Hi,
i've installed intel opencl driver on ubuntu 16.04 following this link [https://software.intel.com/en-us/articles/opencl-drivers#latest_linux_driver](https://software.intel.com/en-us/articles/op…
-
Hi,
I am training YOLO v3 (352 by 352 as this is the highest resolution my GPU allows at the moment) to detect a single class. I am training to detect knives. The knife would be positioned around 2…
-
@doonny do you have an idea about the difference between, coding targeting fpga using opencl and coding targeting GPU and CPU using opencl ? How different are they ? what are the main differences. If…
-
Hi,
I am trying to convert my custom YOLOv4 weights to TF using below command-
`python save_model.py --weights ./data/yolo-obj_best.weights --output ./checkpoints/yolov4-704 --input_size 704 --mod…
-
I'm using your script from [create_yolo_caffemodel.py](https://github.com/duangenquan/YoloV2NCS/blob/master/python/create_yolo_caffemodel.py) to convert the new YoloV3 model to a caffemodel and prepar…
-
I noticed that your project provides high fps. I'm trying to add YOLO code for object recognition and it doesn't work.
```
import pyautogui
CONFIG_FILE = './yolov2-tiny.cfg'
WEIGHT_FILE = './yolov…
-
I'm getting a segmentation fault running ofxDarknet on Ubuntu 18.0.4.
**...
13 conv 512 3 x 3 / 1 1 x 1 x1024 -> 1 x 1 x 512
14 conv 425 1 x 1 / 1 1 x 1 x 512…
-
iam trying to train a yolov7-tiny module on a custom dataset, iam training on kaggle which offers a free gpu, pytorch allocated more than 90% of the available memory which results in failure of traini…