-
A plugin should be able to create a React page inside a webview that can allow data in/out
Feels like Phase0 could be a webview that renders ReadOnly HTML (in a document or a split), ideally with …
-
like this:
-
TUT02 - Add missions to the extended tutorial system
-
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?
-
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…
-
I work with the MS COCO 2017 dataset and currently run the mAP calculation with the evaluation dataset. Furthermore I use the Yolov3.cfg (416x416)
My procedure is as follows:
1. I download the ori…
-
### 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 f…
-
**Is your feature request related to a problem? Please describe.**
If you want to add more realism to PHPVMS then of course you can set up a subfleet record for a single class A320 and a multi class …
-
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…
-
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]…