-
I have modified a config file to train the model with `MobileNetV2` backbone as
```
backbone:
name: MobileNetV2
model_size: 1.0x
out_stages: [2,3,4]
activation: Lea…
-
It would be useful to have a scope to target markdown blocks of code inside ``` pairs. I regularly find myself wanting to chuck them, change inside them, or move out of them, and it's often in a scena…
-
In the official OpenRCT2 objects repo, many of the RCT1 objects have secondary image tables called "noCsgImages" that are loaded if the user does not have RCT1 linked to OpenRCT2 that use images avail…
-
I want a mask rcnn .pb file and anchors file to be used in android, can anyone tell me how do I generate them as I only have a .h5 file
-
## Details
When testing for emoji in the remark section, it seems to crash and break my application.
🙂 Slightly smiling face U+1F642
😀 Smiling face U+1F600
😃 Smiling face with big eyes U+1F603
😄 Smil…
-
1. We need to be able to extract detections from the YOLO detector. Here is my current code.
2. How do I extract the class names of detections in a stream?
3. I cannot figure this out in the docum…
-
单卡训练自定义数据没问题,使用多GPU训练出现loss为nan问题
环境:Python 3.7.5
mindspore 2.0.0
启动命令:mpirun --allow-run-as-root -n 4 python train.py --config ./configs/yolov8/yolov8_m_test_djy.yaml --is_parallel True
202…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
GxTeo updated
3 weeks ago
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
I would like to be able to t…
-
Hello, I did some tests and I would like to share
I trained 4 models comparing the results between the same model with pre trained weights and without.
My configuration for this tests was:
Batch …