-
## 环境版本说明
OS: ubuntu20.04下
docker: docker rknntoolkit 1.7.3 环境
## 背景:
需要转换Y8的网络,在Q群讨论过了,做了y8的网络层修改,
具体是用原生的y8的网络,做如下 修改
1, 将ultrralytics 文件夹下的所有chunk 算子 等效替换成chunk;
接着便开始输出onnx:
```
from ul…
-
**Describe the bug**
For objects of any class other than the first detected class, the ObjectTracker pipeline node will emit a NEW tracklet followed by a REMOVED tracklet in the next frame. This beha…
-
Hello everyone,
I am currently working on a project using a Jetson Nano where I am trying to perform inference using TensorRT (Yolov5 object detection) in a ROS (Melodic) node. I have encountered a…
-
I want update all dependencies to new version, so I need to remove the [Detectron2].For it,I write a new script to visual the result:
```python
import mmcv
from mmdet.apis import init_detector, …
-
Hello!
I'm using your repo to convert default yolov8n model to rknn format.
Running `onnx2rknn_step2.py` gives me the following errors:
```
E RKNN: [16:20:31.860] REGTASK: The bit width of field v…
-
Hi!
I am trying to use the pretrained models to process images from KITTI Odometry and changed nothing of the code. But I got some invalid segmentations. Then I tested in the sample image4 in [here]…
-
Hi, I would like to inference on test data, but it seems that the repository didn't include that file. Is there any references could help me with that?
-
### Discussed in https://github.com/orgs/ultralytics/discussions/17269
Originally posted by **ksv87** October 30, 2024
Why is AP considered this way? The P-R curve calculation doesn't look rig…
-
**EDIT** (ok i remember metalabels and I see you have a JSON structure in place already , let me read that again. I see it directs the 'quiz mode' but it's a fixed structure: metalabel->label->quiz re…
-
File "/data/sam/Meta-Faster-R-CNN-main/meta_faster_rcnn/modeling/fsod/fsod_fast_rcnn.py", line 112, in fsod_fast_rcnn_inference_single_image
scores = scores.reshape(cls_num, box_num).permute(1, 0…