-
I have changed the network of yolov3-tiny. I just added some layers, and the layers are the same type as before. I also changed the train.py to load the weights file that the new network is needed.(li…
-
Hi everyone! I have a quick question regarding the expected values for vendor, model, and name when I am using non-stock versions of graphics cards. For example, if I am using a:
[ASUS GeForce GT…
-
## 🚀 Feature
Provide optimized yolov5 version for the iOS Neural Engine, so real time object detection is possible.
## Motivation
Disclaimer: I only used yolov5 version 2 and therefore can't be…
-
I had to move a firmware from arduino to PIO in order to have a decently easy way to modify the IDF configuration, in particular for allowing memory allocation on PSRAM (SPIRAM) for mbedTLS, wifi and …
0x0fe updated
9 months ago
-
- 使用的功能:
使用ppyolo/yoloV3中r34模型搭配slim量化训练
- 环境:
paddlepaddle2.2
paddledetection2.1
paddleslim2.1
- 问题:
训练过程没有问题,边训练边评估mAP可以达到80+
模型导出前,使用训练得到的动态模型,指令`tools/infer.py xxxxxx`可以得到正确的预测结果…
-
Before submitting a bug report, please be aware that your issue **must be reproducible** with all of the following, otherwise it is non-actionable, and we can not help you:
- **Current repo**: run `…
-
I have a query regarding this, most of the transfer learning & custom data training assumes a pre-trained model with 80 classes being already present.
My question is if a model is trained from scra…
-
hi I was trying to compile caffe-dilation but I met some error.
In file included from /usr/include/c++/5/random:35:0,
from /home/aigrp/kai/caffe-dilation/include/caffe/layers/image_…
-
Hi auhors,
Iam trying to train the model from scratch. But I am facing with following problem.
python3 train.py --cfg yolov3-spp.cfg --data data/LUNA_lung.data --weights ''
`Traceback (most rec…
-
Hello.
i'm using visual genome as my custom dataset.
i followed all the steps as it says in here https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data
all requirements already installed
…