-
## Model structure of YOLOv8 detection models(P5) - `yolov8n/s/m/l/x`:
![YOLOv8_structure_v1.6](https://github.com/ultralytics/ultralytics/assets/27466624/57391d0f-1848-4388-9f30-88c2fb79233f)
C…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
[03/17 17:31:59 tridet]: Registered 2 datasets:
kitti_3d_train
kitti_3d_val
[03/17 17:31:59 fvcore.common.checkpoint]: [Checkpointer] Loading from /home/azuryl/dd3d_test/model/depth_pretrained_om…
-
Hi,
I tried to train a dsvt-pillar model using the kitti dataset, below is my config:
CLASS_NAMES: ['Car', 'Pedestrian', 'Cyclist']
DATA_CONFIG:
_BASE_CONFIG_: cfgs/dataset_…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
### 问题描述 Issue Description
在龙芯3A5000上安装麒麟V10系统后,编译paddle报错问题
### 版本&环境信息 Version & Environment Information
## 系统信息
```bash
rongsi@PC-pc:/data/work/lib/Paddle$ arch
loongarch64
rongsi@PC-pc:…
-
### 🐛 Describe the bug
I try to compile an object detection model that uses torchvison's rpn module. it fails when generating anchors with `AssertionError: Mutating module attribute cell_anchors du…
-
D:\conda\envs\openmmlab\lib\site-packages\torch\include\c10/util/Optional.h(187): warning C4624: “c10::constexpr_storage_t”: 已将析构函数隐式定义为“已删除”
with
[
…
-
Hi! @Vegeta2020 Thank you for your work!
I want to train SE-SSD on three class at the same time. I have modified your code. But I met a problem, and don't know how to solve it.
When I train 3 c…
-
Hi!
I want to try to use PV-RCNN++ to train my own data. My data is basically organized in the format of the KITTI dataset. The dimensions of the point cloud include (x, y, z, intensity), which …