Hi, I have never worked mobile phone. The following article looks interesting. Please have a look at this article towardsdatascience.com/deep-learning-on-your-phone-pytorch-lite-interpreter-for-mobile-platforms-ae73d0b17eaa
Thanks for sharing. I got a question Can we use the bounding box of "no mask" and send it as input to another model to recognize face of person not wearing mask?
Thank you very much for the tutorial I have a task which is pedestrian detection I want to be able to detect pedestrians in a video and count how many people are visible. Do you have any idea how i can create such model with YOLO v5 cpu not gpu Thank you very much
Hi, please visit this link github.com/ultralytics/yolov5/issues/36 . After loading the model by hub you can transfer to any devices. model.cpu() to transfer to CPU execution. 😁
To use on CPU for inference, you can do this ---- model.cpu() after loading the model or model = torch.hub.load('ultralytics/yolov5', 'yolov5s', device='cpu') i.e. add device='cpu' while loading the model
Thank you so much Sir for making it easy for us. Keep uploading.
Thank you ☺️
Thanks For Uploading, You Save My Day :)
😃😃
Thank you so much Sir for thoses informations.
How can we deploy this model into a mobile device ?
Hi, I have never worked mobile phone. The following article looks interesting. Please have a look at this article towardsdatascience.com/deep-learning-on-your-phone-pytorch-lite-interpreter-for-mobile-platforms-ae73d0b17eaa
did you use video data for training also or only for testing?
Hi, video for testing only.
Thank you sir for the video. Can you also tell me how to deploy it using flask ?
Hi, I am working on it. Will upload soon. 😄
The data on kaggle is not in correct labeled format also many steps are unclear on previous video.
Hi, data is correct. I have used the same data to build my model. Please go through the steps again 😃
Thanks for sharing.
Thank you 😃
is it possible to add 2 modela of yolov5 in 1 program?
Yes. It is possible.
Thanks for sharing. I got a question
Can we use the bounding box of "no mask" and send it as input to another model to recognize face of person not wearing mask?
Yes.. we can.
Please upload flask api on same yolov5
Will upload soon
Thank you very much for the tutorial
I have a task which is pedestrian detection
I want to be able to detect pedestrians in a video and count how many people are visible.
Do you have any idea how i can create such model with YOLO v5 cpu not gpu
Thank you very much
Hi, please visit this link github.com/ultralytics/yolov5/issues/36 . After loading the model by hub you can transfer to any devices. model.cpu() to transfer to CPU execution. 😁
@@coder_zero thank you very much 🤗🥰
I don't have yolo master folder
Hi, yolo master is the yolo GitHub repo. I changed the name for my understanding.
Hallo my friend
You know about yolov5v on cpu
On neural magic
Pleaze anwer me
To use on CPU for inference, you can do this ---- model.cpu() after loading the model or model = torch.hub.load('ultralytics/yolov5', 'yolov5s', device='cpu') i.e. add device='cpu' while loading the model
@@coder_zero can you make a tutorial using neural magic for yolov5 on cpu? Because it can increase FPS
the rar file is corrupted
using great tools for horrible deeds. how human.