Пікірлер
@brunohawkins5829
@brunohawkins5829 6 сағат бұрын
Anyone else's programme getting stuck at " Use `tf.cast` instead "?
@Karaokephil1
@Karaokephil1 Күн бұрын
can this code be adapted to not only identify a coin but to recognise the date and images from a dual camera setup? I want to identify collectible coins as they pass by the cameras then either accept or reject them.....
@Karaokephil1
@Karaokephil1 Күн бұрын
So cool, a bit beyond me (at the moment!) but it gives me a good idea for coin collecting
@foolofatook4925
@foolofatook4925 Күн бұрын
Try getting the fit clone, but it asks for a username and password. Try my GitHub credentials but no luck. Any idea the problem?
@jacobbetzeryt
@jacobbetzeryt 2 күн бұрын
HI Speed HQ cam in glases, wireless transporting to a box on the ancle sending to a computer in a van parked outside. Can you implement Basic Strategy in your system, to tell you to Hit, Split, Stand og DD ?
@moon-gc2go
@moon-gc2go 4 күн бұрын
what raspberry pi os are you using?
@roeyasher1396
@roeyasher1396 5 күн бұрын
my computer automaticlly when downloading the .xml files convert them to "Microsot Edge Html Documents" even though it still is a .xml file. Can this ause in the conversion from .xml files to .csv?
@roeyasher1396
@roeyasher1396 5 күн бұрын
when I Install the Object Detection API it shows in my files the file "cuda-repo-ubuntu1804-11-0-local_11.0.2-450.51.05-1_amd64.deb". why didn't you get it?
@lioshali
@lioshali 6 күн бұрын
when training the AI it shows an error that "TFA has entered a minimal maintenance and release mode until a planned end of life in May 2024". How do I solve this?
@roeyasher1396
@roeyasher1396 5 күн бұрын
I hve the same problem and don't know how to fix it.
@zdkr_4ii
@zdkr_4ii 11 күн бұрын
If i were to use my own custome .tflite model, would I still need the labelmap.txt file? How would I get one from my tflite file?
@火鸟
@火鸟 18 күн бұрын
Goodjob
@cool_6042
@cool_6042 25 күн бұрын
tysm for the tutorial! For those who want to save the state of training to Drive (so it's easier to continue with all the disconnects), I created a small script: EDIT: I'm writing this at 4am, so PLEASE check everything before using it and be careful with your drive 1. create a folder in your drive root directory called "obj_detection" 2. Create a new code block directly below the... ("If you want to stop training early, just click Stop a couple times or right-click on the code block and select "Interrupt Execution". Otherwise, training will stop by itself once it reaches the specified number of training steps."), ...and paste this (it saves the whole content folder just in case): ### from google.colab import drive drive.flush_and_unmount() !zip -r /backup_obj_detection.zip /content/ drive.mount('/content/gdrive') !cp /todownloadfile.zip /content/gdrive/MyDrive/obj_detection/ ### It will save the whole content folder to drive, so you need quite a bit of free space. If you want to load the progress back, follow the first steps and run this code instead of running the 3rd step when you get there: ### from google.colab import drive drive.mount('/content/gdrive') !cp /content/gdrive/MyDrive/obj_detection/backup_obj_detection.zip / !unzip -q /backup_obj_detection.zip -d / ### After that follow all the steps that don't create or modify files (as those are loaded already) and run the train script.
@iiezuok9667
@iiezuok9667 26 күн бұрын
I am in need of deployment of this model on android
@user-zm6kj7oi3d
@user-zm6kj7oi3d 27 күн бұрын
Hey im running the bullseye os on a raspberry pi 4 B. I can't seem to get across the problem regarding running the .sh script
@domandrenog
@domandrenog 27 күн бұрын
Same here
@jonmoreland440
@jonmoreland440 26 күн бұрын
I think that part of the problem is that there are new versions of the programs that are being downloaded in the .sh that haven't been updated and so aren't working/downloading correctly. But I can't figure out which ones they are to get the updated ones.
@SA-oj3bo
@SA-oj3bo 28 күн бұрын
Hi, could you please make a video how to recognize sounds with a RP? Thanks in advance!
@ericmwangi1204
@ericmwangi1204 Ай бұрын
my notebook is crashing at training session. how much ram should I be having for this? \
@andreguimaraes6509
@andreguimaraes6509 Ай бұрын
Can someone help me? I have a problem with the following command step "sudo pip3 install virtualenv", when I execute this command the following error "externally-managed-environment" appears, I performed all the previous steps but I was unable to resolve it. I use Raspberry Pi 4 64 bits
@rayenibex1537
@rayenibex1537 24 күн бұрын
Same issues
@andreguimaraes6509
@andreguimaraes6509 24 күн бұрын
@@rayenibex1537 I managed to fix it by replacing "pip3" with "apt", when the command finished executing it appeared that venv had been installed. Then, use "sudo apt install virtualvenv"
@artsaward3983
@artsaward3983 11 күн бұрын
or, if you use "sudo pip3 install virtualenv --break-system-packages", that sometimes works
@MichaelM-e3x
@MichaelM-e3x Ай бұрын
Many thanks for the good video and the excellent Google Colab script. But when I want to use the T100 CPU (Batch 64) in Colab, problems occur. It then takes a very long time before the training starts and the output in the tensor board is relatively senseless. (Only flat graphs). Maybe you would like to check the code, because a lot has changed in the packages. (Unfortunately, I can't, because my detailed knowledge is not yet good enough). Thank you very much for your efforts. Best regards, Michael
@andreguimaraes6509
@andreguimaraes6509 Ай бұрын
@EdjeElectronics I'm trying to develop the identification of objects through their videos, but in the Raspberry Pi 4 interface, the Enable option does not appear in the interface tab, nor does the camera option appear, do I have to install something? Raspberry is already updated
@jonmoreland440
@jonmoreland440 Ай бұрын
It's automatically enabling the camera, so that step no longer needs to be taken.
@andreguimaraes6509
@andreguimaraes6509 Ай бұрын
​@@jonmoreland440 Thank you! Can you help me? I have a problem with the following command step "sudo pip3 install virtualenv", when I execute this command the following error "externally-managed-environment" appears, I performed all the previous steps but I was unable to resolve it
@marcozorn
@marcozorn Ай бұрын
​@@andreguimaraes6509 try either without Sudo or with pipx instead of pip3
@artsaward3983
@artsaward3983 11 күн бұрын
@@andreguimaraes6509 or, if you use "sudo pip3 install virtualenv --break-system-packages", that sometimes works
@ancysa5830
@ancysa5830 Ай бұрын
Helpful video. can i peform segmentation instead of object detection in tensorflow lite?
@crickshowshorts
@crickshowshorts Ай бұрын
Superb..It is hard to install tensorflow api because the version incompatibilities..you handle those superbly
@zikamikakokoku
@zikamikakokoku Ай бұрын
I would pay for this. Can you make one for me?
@rajat8999
@rajat8999 Ай бұрын
This is transfer learning right?
@DominicLeBoeuf
@DominicLeBoeuf Ай бұрын
I have a question. What were the specs of your pc? Do you need a high powered pc to make the neural network or can I make it on my raspberry pi 4? Also if I made it on my pc, can I make my pc give a physical output if it sees a “correct” card like turn on a led or move a servo? The raspberry pi has pins so I feel it would be easier on it.
@mr.sunshine0226
@mr.sunshine0226 Ай бұрын
the cat want to escape 😼
@shivarajchangale47
@shivarajchangale47 Ай бұрын
the TensorFlow model is not working for Android application. if any suggestion please welcome
@shivarajchangale47
@shivarajchangale47 Ай бұрын
issue: when I train the model for grocery shops like (bourbon, wafers, maaza, frooti, maggy) it detects only bourbon and sometimes other products but it detects every brown, black, and gray item as bourbon so is there any suggestions please advice thank you
@Maxed01
@Maxed01 Ай бұрын
im having trouble when training my model, for some reason it takes wayy longer then 2-6 hours to train it to completion (around 22 hours). I have re tried from the beginning a few times to see if thats what was wrong but it didnt change anything?
@kwokhunglui169
@kwokhunglui169 Ай бұрын
Thank you for the video. But does anyone face the same problem as me? On 7.1, I cannot test the model. It shows "ValueError: Sample larger than population or is negative."
@shivarajchangale47
@shivarajchangale47 Ай бұрын
you look like jessy pinkman from "breaking bad" webseries
@anthonyholmes1312
@anthonyholmes1312 Ай бұрын
no more free gpu option wah wahhhhh..... :(
@rosemutegi8830
@rosemutegi8830 Ай бұрын
Great video
@meowdred2017
@meowdred2017 Ай бұрын
does this still work?
@45954
@45954 Ай бұрын
yes, the exact same one worked
@Doomslayer151
@Doomslayer151 2 ай бұрын
i think can use a RTX2050 for this job it haves TENSOR CORES inside by CUDA CORES and WAY MORE CHEAP(gives 2x more performance than same priced tpu) AND WAY MORE EFECTIVE WAY(when nvidia drivers available to linux arm there is hardest part)
@azimsametergin9954
@azimsametergin9954 20 күн бұрын
It seems logical, but isn't power consumption one of the most important things in such embedded systems?
@Doomslayer151
@Doomslayer151 2 ай бұрын
i have a question:what is performance in pi5 i think this is fourteen percent more performant than pi 4 even 15 more fps in 1080p probably 720p recomended without an tpu
@Mahmoud-xc8kx
@Mahmoud-xc8kx 2 ай бұрын
i have a problem that lablel map.text cannot be converted to tf files ? can someone help me
@kitsunefox3313
@kitsunefox3313 2 ай бұрын
labelmap.pbtxt is not created
@true_neutral3378
@true_neutral3378 2 ай бұрын
I need a bit of help label_map_pbtxt_fname = '/content/labelmap.pbtxt' is not making a labelmap.pbtxt file
@true_neutral3378
@true_neutral3378 2 ай бұрын
After it runs, there is no labelmap.pbtxt in the content folder but there is a train.tfrecord and val.tfrecord. Colab is saying that the code ran successfully
@aj-fh5ky
@aj-fh5ky 15 күн бұрын
hi did you fix this
@true_neutral3378
@true_neutral3378 15 күн бұрын
@@aj-fh5ky nah, good luck lol
@ajkvisual
@ajkvisual 14 күн бұрын
Not sure if it will work for you, but I was having the same issue and I found I had a slight typo in one of my classes in the first part of 3.3 where you create the standard labelmap.txt.
@adityaaman3231
@adityaaman3231 2 ай бұрын
i am getting insufficient disk error(^c) i want to train 1000 images which is of 7 gb size having 8 classes on efficient det model please tell me the possible solutions
@aerysiitargaryen7751
@aerysiitargaryen7751 2 ай бұрын
i cant understand how i can add i description to the images, i want to do this with 10k roman ancient coins but i need to add precise infor about every coin, this is exactly what i need but im a bit confuse about how to create the dataset and assigning info to each photo. i would really appreciate a video or explanation about it
@EdjeElectronics
@EdjeElectronics 2 ай бұрын
This definitely won't work for 10,000 different classes :(
@armisis
@armisis 2 ай бұрын
Sigh need to find this updated for raspberry pi 5 can't past the cv2 error.
@jonmoreland440
@jonmoreland440 11 күн бұрын
What's the specific error?
@tharungowda4887
@tharungowda4887 2 ай бұрын
Can we do this for helmet and number plate detection?
@mohdredza2739
@mohdredza2739 2 ай бұрын
Hi, can I use Raspberry Pi for vehicle Detection and tracking?
@moon-gc2go
@moon-gc2go 2 ай бұрын
Can i run your ipynb in lightning ai?
@EdjeElectronics
@EdjeElectronics 2 ай бұрын
What is lightning ai? :😬
@moon-gc2go
@moon-gc2go 2 ай бұрын
@@EdjeElectronics its something like google colab but better because it gives you good graphics card for 22 hours
@marc-antoinepelletier4661
@marc-antoinepelletier4661 2 ай бұрын
do you need to have all the objects in all the pictures or you could have 4 different folder for all diffrent type of objects?
@anthonyholmes1312
@anthonyholmes1312 2 ай бұрын
Have you looked into updating this for the current version of Raspberry Pi os for the Raspberry Pi 5? I would LOVE to get that working...I have not been able to get it to work....
@Nabeel.s
@Nabeel.s 2 ай бұрын
Did you tested on rpi 5?
@MultiSciGeek
@MultiSciGeek 2 ай бұрын
Do you need a powerful PC for this? Because I tried the Teachable Machine thing and can never get past the "preparing training data" part. It just stays like that for two hours, then freezes and crashes.
@user-fz8vk1fz8x
@user-fz8vk1fz8x 2 ай бұрын
Hello, Thank you for your nice video. How can I print the text what is detected. If bottle is detected. I print bottle when it is over 70%. Can you help me?
@sahrishmemmon4409
@sahrishmemmon4409 2 ай бұрын
Everything worked perfect except bounding box is not directly on the objects.placement of rectangle box is away from the object detected.can any1 know how to solve it?
@daniel._198
@daniel._198 2 ай бұрын
great idea that ive only just thought of years later, taking customers?