-
I have train the d0 on coco 2 weeks, whatever I change the learning rate, or other parameters, the val cl loss is around 1.0 but the map is 0
Classification loss: 1.15289. Regression loss: 0.11328…
-
I finetuned your base-class weight on MS COCO dataset using RTX4070ti after 100 epochs with the batch size of 1 while other hyperparamter settings remain the same in accordance with the scripts you pr…
-
i set the "epoch = 50", but the program at sixth epoch, the program exit without any wrong information or warning information. The last information in the terminal is
" [2020-06-28 16:54:26,232-rk0-…
-
when you try to start the train loop, there are some errors occur
1.the param pretrained is correlate with the param trainable, but if you wanna start the train loop without the pretrained model,you …
-
Hello, Is there currently a way to use 4 channel images for training, the input images is 4channel png images(416 \*416 \* 4)[RGBD image], and the model cfg file have setting for channel so I changed …
-
I train this model on voc2012,
Epoch 1/40
183/183 [==============================] - 480s 3s/step - loss: 0.9784 - iou_score: 0.4688 - f1-score: 0.4778 - val_loss: 0.9699 - val_iou_score: 0.9009 - v…
-
https://www.wgj.ink/2023/11/08/University/AI/%E6%9C%BA%E5%99%A8_%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E9%A2%86%E5%9F%9F%E6%89%80%E6%B6%89%E5%8F%8A%E7%9A%84%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86/
一名计算机…
-
When I train yolo v4, I get a lot of outputs that I later want to use to plot learning rate changes.
With max_batches = 1543 darknet prints 74064 outputs (with loss etc)
With batch = 32, subdivisi…
-
Dear author,
I am a graduate student at the university. Thank you very much for the code you provided.
But when I tested on my data set, I found the AP was very low, and I don't know why.(I test on …
-
I have a question about he loss.
I don't understand the reason of these two [lines](https://github.com/a-g-moore/YOLO/blob/865ad9315be2d79c930906dde5d83a3a4c8fc745/loss.py#L95)
```
box…