apanand14

Results 10 issues of apanand14

first of all, thank you so much for providing tool for annotation. I have used a lot for my custom data set annotation. I would like to request to have...

new-feature
ms-beta

Hello, Thank you for your work. I'm using yolov5-lite for my custom data set and would like to fine tune trained model with new data (same categories) without training from...

Hello, I would like to use YOLOv5 trained model on image size other than 640. For example, (480,480) or (240,240). And I change model input image size in (PrePostprocessor.java)the below...

Hello, I'm new to this and would like your inputs to run object detection app successfully. E/AndroidRuntime: FATAL EXCEPTION: main Process: org.pytorch.demo.objectdetection, PID: 5393 java.lang.RuntimeException: Unable to start activity ComponentInfo{org.pytorch.demo.objectdetection/org.pytorch.demo.objectdetection.MainActivity}:...

Hello everyone, First of all thank you for implementing yolov5-lite. Results are pretty good and easier to deploy on mobile platforms (specially ncnn framework). I would like to ask/request that...

Hallo, Results look promising with yolov5-obb but it lacks in speed and I would like to implement OBB with yolov5-lite. Is it possible? Then which files needs to be changed...

Hello, I have followed this article (mentioned below) to prepare model.param and model.bin. **https://cdmana.com/2021/07/20210721095026166r.html** I followed each and every step for the custom model and generated custom model.param (looks like...

Hello, I would like to install blue_detector on windows but somehow installation is not able to complete and provides me os error. I'm not sure that does it work on...

Hello, I would like to run inference using my converted onnx model but somehow I'm getting this error. Can you please look into it if possible? Thank you in advance...

Hi! Thanks for sharing your inference code. I have a question: will the inference work with dynamically sized input images? if not, can you provide the changes if possible. Thank...