Willows
Willows
### 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 found no similar questions. ### Question IS it possible to train a Oriented Bounding Box...
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Is your feature request...
Hi, I am doing some research and i am looking for feature matching models that are accurate but can also be optimized for edge devices. For the optimization TensorRT is...
Hi thank you for your work. is it possible to export this model to onnx? and would it also be possible to run it on an edge device like a...
Hi, I have done some benchmarking using the ./trtexec binary. I was using this to measure the inference speed of a model and compare if using a Larger batch size...
Hi, I have a feature matching model where i compare 2 images (left and right) and at the output recieve a confidence matrix of matched keypoints. During inference my left...