Flutter + TensorFlow Lite | Object Detection | YoloV2 | SSD Tutorial

preview_player
Показать описание
In this video, I will explain how to use TFLite with Tiny Yolov2 and SSD models to perform on-device object detection

#Trending #Flutter #TFLite

Please give stars for this project on git and like the video.

Be sure to ask for help in the comments.

Please Subscribe my channel to motivate me.

Connect with us on social media:

LIKE | SHARE | SUBSCRIBE FOR MORE VIDEOS LIKE THIS

THANKS FOR WATCHING!
Рекомендации по теме
Комментарии
Автор

somebody give this dude a trophy of coding god! He deserves this!

johnnysu
Автор

This is brilliant! Please continue with Flutter video series. Very informative! I'd love to see more Tensor flow & ARcore and other fantastic plugins. Also a video on flutter and things to know about flutter will be awesome. Love your videos

aikodex
Автор

It's good. two more thg I need : 1.Live cam input, 2: More pretty UI

innotech
Автор

this is great. flutter with ML is brilliant. More videos please

ibrahimzahir
Автор

Thank you for the great video and code. There is an error in line 135 of main.dart, so please correct it.

<Original>
double factorY = _imageHeight / _imageHeight * screen.width;

<Modify>
double factorY = _imageHeight / _imageWidth * screen.width;

hossiiii
Автор

Yahoo now i can implement my models in flutter
Thanks you

dr.darkfurygaming
Автор

Excellent video pawan. Hoping to see more soon. I want to know which extension are you using in your VScode editor ?

technicalilm
Автор

can we give our own custom training models instead of the txt file? If so, then can you please tell me how?

UnniKrishnan-kkgu
Автор

How do you make your tensorflow dataset?

hakunamatata
Автор

Exception has occurred.
PlatformException (PlatformException(error, Unsupported value: Attempt to invoke virtual method 'org.tensorflow.lite.Tensor on a null object reference, null))


what does this mean?

winnonasarah
Автор

In 20:44, you inputted 'the model : "YOLO"', when i want to use my custom yolo model, what should i put in the model....? the yolo string means what? it is pre-set of tf-lite? and some yolo tensorflow lite file can not work it if the TF-lite file is not suittabble for flutter?

innotech
Автор

For live camera feed analysis camera preview is found glitching even though gpu delegate is true???

simplexination
Автор

Thanks a lot for this. Much needed stuff :)

Jashaswee
Автор

love the video but can you do real time version of this.

jenks
Автор

Hello, how your tflite have a uint8 input ? I have a float32 input and it's a mess to put it into flutter

Busterfake
Автор

quite nice, can u make video on detecting and recognizing objects in the live video streaming. Thanks for this btw.

smilebig
Автор

Fantastic Video! Is it possible to have YOLO look for only 1 specific class? For example: just draw bounding boxes around a dog and ignore all other classes??

Thanks

jean-marctrutna
Автор

Hey, I use teachable machine to train my model and export it as TensorFlowLite floating point model. But how do I know if my exported model is in MobileNet or YoloV2 or something? Is there a way to know this?

Ngong
Автор

how did you get the.tflite and .txt file? can we custom add the new object? or this is fix means it only can detect the object that list in the file?

shiyan
Автор

that is great. how to use object Recognition/Detection to search engine by TFlite & Flutter? (search by image)

alizamani
join shbcf.ru