-
Hello
I want to use my custom data.
but the error occurred.
the data can train yolov5-face, but yolov7-face can't train...
I think "self.segments" seems to be cause.
Could you tell me ho…
-
Hello everyone,
I have written a custom plugin and I want to attach generated metadata to the buffer so that I can access that custom metadata in other plugins like "gvametaconvert" to be able to …
-
I want to train my own data which has 10 classes, I have modify the data/*.yaml file, how to change the yolov5s network since currently nc=80 classes.
Thanks.
-
Hello !
I want to do face recognition by DS python. I have build DS-python ,created yolov5 , retina-face and arc face trt engine just like you said
But,where are these files in the config tx…
-
**Issue
Unable to use other datasets besides Task09_Spleen from medicaldecathlon when running the spleen_segmentation_3d script.
I believe the issue is with the SpacingD, pixdim transform, but could…
-
I tried to use an image as input that is in ndarray-format. According to the docs this should work.
```from ultralytics import YOLO
import numpy
import cv2
model = YOLO("best.pt")
image2 =…
-
What is the best for detection (both accuracy and good landmark )and recognition model if there is no speed concern ? It could be run slower but produce highest quality results.
Such as RetFace-50 …
-
https://github.com/linghu8812/tensorrt_inference#how-to-use
no tensorrt_inference generate,
I build success
```
1914 | TRT_DEPRECATED bool execute(int32_t batchSize, void* const* bindings)…
-
### Area Select
react-native-pytorch-core (core package)
### Description
First of all, I want to say that this is one of the best projects I've come across during the holidays. This exactly f…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Detection
### …