-
https://arxiv.org/abs/1905.04899
-
ERROR: The Following Broken Links or Paths were found:
- 'https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css' was found in the following pages:
- `/__w/fastai/fastai/docs/_site/index.htm…
-
-
Great job for the semi-supervised semantic segmentation problem!
After checking the implementations, we do not find the related code to support running jobs with multiple GPUs,
We only find that…
-
I followed the instructions to train the network, but the test accuracy is 0.
![image](https://user-images.githubusercontent.com/22961002/107452449-3856cd80-6b84-11eb-8641-1bf433077ec4.png)
Trai…
-
when i use data pre-process 'CutMix' ,An error occurred like “name 'mixed_x' is not defined” .
the method 'cutmix_data' return "mixed_x, y_a, y_b, lam" mixed_x' is not defined
-
Hi guys,
the training stop at the burn_in iteration during a 4 V100 GPU training; is this normal?
Here some configuration:
learning_rate=0.001
burn_in=800
max_batches = 6000
policy=steps
…
-
Hi, can improve the docs about models folder structure.
this is my config:
/root/BMW-YOLOv4-Inference-API-GPU/models/
/root/BMW-YOLOv4-Inference-API-GPU/models/yolov4_darknet_detection
/root/BMW-Y…
-
Hi really thanks for your great implementation of yolo mode!!
Q1:
I recently read about https://blog.roboflow.ai/yolov5-is-here/ this article
Do you consider to implement yolov5?
Q2:
I …
-
I want to convert my custom yolov4 model int8,
but it appears the keyerror
I test the default yolov4.cfg ,it works.
```
root@aaeon-desktop:/workspace/lym/tensorrt_demos/yolo# python yolo_to_onn…