Custom Object Detection Android App Using TensorFlow Lite(GPU) and OpenCV: Setup | Part 1

preview_player
Показать описание
In this tutorial series, we will make a custom object detection Android App.
We are going to use TensorFlow Object Detection API to train the model. Next video we will create a dataset of 5 vegetables as a custom object (Tomato, Onion, Garlic, Capsicum, Potato).

If you don't have TensorFlow-GPU 2.5 and python 3.6-3.9 please watch this video:
Install TensorFlow V2.x GPU/CPU On Windows | All Errors And Their Solutions.

Installation process:

If you want me to improve in anything comment below. Please like and share this video and subscribe to my channel.
Рекомендации по теме
Комментарии
Автор

Please like and share the video and subscribe to my channel.
Thank you for supporting me.
If you want me to make a video of the training model without using TensorFlow object detection API. That means creating a custom model for the custom object comment below.

electrocode
Автор

Finally, you create costum object detection. Can't wait to see full tutorial. Amazing work 🔥

ayarzuki
Автор

python -m pip install --use-feature=2020-resolver .
its showing error
option --use-feature: invalid choice: '2020-resolver' (choose from 'fast-deps', 'truststore',

fardiafaruque
Автор

Defaulting to user installation because normal site-packages is not problem?

БуянааЭнхжаргал
Автор

Sir how to connect custom object detection model with realtime screen recorder (video source ). Model detect objects use through screen recorde.model read screen buffers in realtime.

iAppsoftwareone
Автор

another awesome tutorial! when will you upload the part 2?

jamesnavarez
Автор

bro, will it work if I have 0 GPU??
and bro, this error is popping : option --use-feature: invalid choice: '2020-resolver' (choose from 'fast-deps', 'truststore',

rohangupta
Автор

python -m pip install --use-feature-2020-resolver . gives me error : no such option: --use-feature-2020-resolver what to do ?

bendahouwael
Автор

Bro agar NVIDIA ka graphics card nhi hai to kya tensorflow nhi install kar skte hai, koi or option hai kya

bhanupratapjaiswal
Автор

Hello, what object detection algorithm did you use?

Steven-olwv
Автор

I got the following error at the end >> ImportError: cannot import name 'builder' from 'google.protobuf.internal'

gerardtiffanobelalahy
Автор

Error ?
PS python -m pip install --use-feature=2020-resolver .

Usage:
C:\Python\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
C:\Python\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
C:\Python\python.exe -m pip install [options] [-e] <vcs project url> ...
C:\Python\python.exe -m pip install [options] [-e] <local project path> ...
C:\Python\python.exe -m pip install [options] <archive url/path> ...

option --use-feature: invalid choice: '2020-resolver' (choose from 'fast-deps', 'truststore',

Dhruvreddy-edln
Автор

My laptop has AMD Radeon(TM) R5 Graphics, ,, if i follow your tutorial would it work fine?

momnaazmat
Автор

Excuse me, can this project only be done using a PC that only has nvdia? can i just use amd radeon?

Fhhhhr