-
我们的数据已通过/deep_fm/preprocess.py进行预处理,在调用train函数时报错,错误日志如下图,
![1](https://user-images.githubusercontent.com/13231631/46674161-0fb61600-cc0e-11e8-86f4-25dd1839acb0.png)
源代码如下,
```
import paddle.v2 …
-
Thanks for your great work!
I train (Gaussian+GIOU+YOLOv3) in this repository.
Which command should I use to calculate mAP for (Gaussian+GIOU+YOLOv3) after finishing training in this repository,
I…
-
### What happened + What you expected to happen
Ran batch inference with a TensorFlow model. Got a cloudpickle error:
```
2024-03-25 13:15:46.882449: I tensorflow/core/util/port.cc:110] oneDNN cust…
-
Hi everyone,
Has anyone had success with training YOLOv3 for their own datasets? If so, could you help sort out some questions for me:
For me, I have a 5 class object detection problem. In the .c…
-
as it supposed to be, increase input image size with improving AP, however, I got confusing results:
**Tiny**
```
mean average precision (mAP@0.50) = 0.470617, or 47.06 %
Total Detection Time:…
scstu updated
5 years ago
-
I have an idea of adapting YOLO network to some other existing classification networks like SqueezeNet or ResNet to tackle different problems. Is it possible to create such network and train without p…
-
## First difference
Line of `134` and `135` in `model.py`, you defined the `self.sotfmax` in line `123` which do the softmax activation to the `-1` dimension, and in line `135`, the L1-Norm was a…
-
Hi, everyone
I want to train tiny-yolov2 with VOC dataset.
VOC image size is 416*416 and use ./cfg/tiny-yolo-voc.cfg.
Where can I find pre-trained weight for tiny-yolov2 with VOC dataset
like b…
-
I'm training a custom date. I get this error
the strange thing is that this file (labelsImage_jpg.rf.8bdbe22463c3162f05180ff91e67f039.txt) is not on my train.txt list.
I also scanned my projec…
-
I am trying to use the "fix_shape_resizer" for EfficientDet D1 640*640.
Here is my config file -
model {
ssd {
num_classes: 14
image_resizer {
fixed_shape_resizer {
m…