Akash A Desai

Results 49 issues of Akash A Desai

is there any way to find objects are near,modrate,far? ![image](https://user-images.githubusercontent.com/62583018/164589429-cd793fed-ed5a-44c6-969f-a69f5bc6b248.png)

i build model which can predict whether object is close,moderate or far away.. im getting good results, but in few cases its not performing well, can you please explain why...

how to get the depth of images ? after getting the result i want to know whether my object is near,far, moderate,very far, what are the parameters we need to...

I have converted my darknet model into onnx & then tensorrt. Everything is working fine i used this repo . https://github.com/jkjung-avt/tensorrt_demos. My goal is to use this converted yolov4x-mish.onnx model...

I followed this tutorial https://github.com/linghu8812/tensorrt_inference I was able to do the conversion, but how can i do inferencing or testing of this converted yolov4x-mish.onnx model?

question

i want to predict whether object is close,moderate, far away distance ![image](https://user-images.githubusercontent.com/62583018/164588434-82fa1195-dce7-4cf2-bc17-1f11a63c26d0.png)

These are the steps i have followed, im doing the setup on teslav100 ubantu 20.04 machine 1. docker pull daisukekobayashi/darknet:darknet_yolo_v4_pre-gpu 2. sudo docker run -it -d daisukekobayashi/darknet 3. docker exec...

Added ML- Diabetes prediction project using LogisticRegression in 011 folder

which model is best ,so we can use .yaml file to do more experiments on it

### Search before asking - [X] I have searched the YOLOAir [issues](https://github.com/iscyy/yoloair/issues) and found no similar questions. ### Question i want to implement different Backbone,data augmentation,loss, and neck in yolov7...

question