darknet Questions
6
I am trying to train Yolo on a custom dataset and everything seems to be working without errors but it just isn't training.
I followed the tutorial on https://github.com/AlexeyAB/darknet twice bu...
Quadragesimal asked 10/6, 2020 at 5:10
4
I'm trying to test out YOLO on google colab for the first time and keep running into this odd error:
This is the line of code that I run:
!./darknet detector test data/obj.data cfg/yolov3_custom.c...
Putty asked 20/3, 2020 at 1:8
3
Solved
We are using YOLO Darknet for object detection. We are using Python3, tensorflow 1.0, numpy, opencv 3. Using yolo.weight for detection.
As per given in below link :
https://github.com/thtrieu/dar...
Cocainism asked 21/6, 2017 at 11:13
2
Solved
I'm currently trying to compile Darknet on the latest CUDA toolkit which is version 11.1. I have a GPU capable of running CUDA version 5 which is a GeForce 940M. However, while rebuilding darknet u...
1
So far I was using the pytorch-caffe-darknet-convert repository. After overcoming numerous problems (concat and eltwise layers not convertible) I ended up with something that looks like a darknet c...
2
Solved
I'm still new to "You Only Look Once" object detection algorithm (YOLOv4 to be exact). I have some questions regarding the mAP and loss chart.
I tried to follow the instructions from Alex...
Catamite asked 6/2, 2021 at 7:16
2
I tried to run the Openpose on darknet with weights and cfg downloaded from this place: https://github.com/lincolnhard/openpose-darknet
This is the error when I tried to create a net in Opencv
mo...
4
Solved
I would like to use the yolo architecture for object detection. Before training the network with my custom data, I followed these steps to train it on the Pascal VOC data: https://pjreddie.com/dark...
Hollywood asked 24/4, 2017 at 20:58
2
I am currently working with Darknet on Yolov4, with 1 class.
I need to export those weights to onnx format, for tensorRT inference.
I've tried multiple technics, using ultralytics to convert or goi...
2
Solved
I am trying to run YOLOv3 on Visual Studio 2019 using CUDA 10.2 with cuDNN v7.6.5 on Windows 10 using NVidia GeForce 930M. Here is part of the code I used.
#include <fstream>
#include <ss...
6
Solved
I just compiled and installed the last version of OpenCV 3.4.0 and I would like to compile darknet (for yolo object detection), but at compilation, I have
gcc -Iinclude/ -Isrc/ -DOPENCV `pkg-confi...
1
Solved
I'm using YOLOv3 and YOLOv3-Tiny from AlexeyAB's fork of Darknet. I understand that the image size must be a multiple of 32. And that batch divided by subdivisions determines the number of images t...
3
I would like to train a new model using my own dataset. I will be
using Darkflow/Tensorflow for it.
Regarding my doubts:
(1) Should we resize our training images for a specific size?
(2) I t...
Bulletin asked 24/7, 2018 at 18:55
1
© 2022 - 2024 — McMap. All rights reserved.