Fahim Salam Chowdhury

Results 14 comments of Fahim Salam Chowdhury

@HripsimeS may be some issue with camerax... not fully sure though

@HripsimeS https://github.com/pytorch/android-demo-app/tree/master/ObjectDetection mentioned yolov5 repo commitId: `cd35a009ba964331abccd30f6fa0614224105d39`. Maybe you switch to this commit, generate the model & use it against pyTorch lib `1.10.0` should do the trick.

@HripsimeS I assume you have git installed on your machine. Go to your `yolov5` directory, right-click with your mouse, and from the context menu select `git bash here`. It will...

@HripsimeS can you try to follow the steps on https://github.com/pytorch/android-demo-app/tree/master/ObjectDetection#1-prepare-the-model? I think you need to clone https://github.com/ultralytics/yolov5