Skip to content
#

yolov4

Here are 385 public repositories matching this topic...

haobabuhaoba
haobabuhaoba commented Oct 6, 2020
[2020-10-06 21:13:34,984]-[train.py line:164]:===== Validate =====
Traceback (most recent call last):
  File "train.py", line 212, in <module>
    fp_16=opt.fp_16).train()
  File "train.py", line 166, in train
    APs, inference_time = Evaluator(self.yolov4, showatt=False).APs_voc()
  File "D:\hua\YOLOv4-pytorch\eval\evaluator.py", line 32, in APs_voc
    with open(img_inds_file, 'r') 

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.

  • Updated Oct 12, 2021
  • Python

Improve this page

Add a description, image, and links to the yolov4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yolov4 topic, visit your repo's landing page and select "manage topics."

Learn more