Lazy Tech

Lazy Tech

Lazy tech videos, comedy, and video games. How original of me.

A Quick Channel Update

A Quick Channel Update

Пікірлер

  • @olusholaosasona1842
    @olusholaosasona184211 сағат бұрын

    I want to detect something similar but will have 2 different classes Yes and No, instead of detecting random items.. How to go about it?

  • @EED-qj2tv
    @EED-qj2tv11 сағат бұрын

    It was a great tutorial, ı couldn't do with other tutorials, but now it worked

  • @campbellmorrison8540
    @campbellmorrison8540Күн бұрын

    Thank you. Im a newby and have got my Pi working with a connected screen etc but haven't tried remove access yet. I was intending too but found the pi runs like a dog, takes ages to load up google for example so I hate to think what it would be like running under VNC, even if its no better it still would be unusable in my opinion. Is this an issue with pi running a GUI?

  • @sayedmuhammadidrees1453
    @sayedmuhammadidrees14533 күн бұрын

    Hi, you didnt posted those commands i nthe descrptiion below.

  • @danael-gx8lu
    @danael-gx8lu4 күн бұрын

    gracias nuevo suscriptor me sirvio mucho

  • @AmochaSagolsem
    @AmochaSagolsem4 күн бұрын

    I got this error "ValueError: Cannot assign value to variable ' conv5_block1_1_conv/kernel:0': Shape mismatch.The variable shape (1, 1, 1024, 512), and the assigned value shape (1, 1, 1088, 256) are incompatible." when trying to train using faster RCNN. in the train and test image. the image size is 295x440. is it because my images are too small?

  • @FilipeIria87
    @FilipeIria875 күн бұрын

    They are charging now... at VNC

  • @DataScientist_IITM
    @DataScientist_IITM6 күн бұрын

    Bruh You are a Real Life Saver Thanks Mann!!

  • @denilsonnascimento975
    @denilsonnascimento9756 күн бұрын

    Hello Ben, you are a legend!! Thank you so much, i was struggling to connect with my raspberry, this video helped me a lot!!

  • @Moein_rmz
    @Moein_rmz9 күн бұрын

    I got this error in colab: AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'experimental'

  • @jethanpaul818
    @jethanpaul81810 күн бұрын

    thanks that was straight forward, can you set up the pi headless again using kali linux please

  • @LazyTech825
    @LazyTech82510 күн бұрын

    I think Kali might be an option you can choose in the imager tool

  • @jethanpaul818
    @jethanpaul81810 күн бұрын

    @@LazyTech825 I know that but I can't ssh into it when I use kali OS seems like it's not connecting to the wifi even after setting up the wlan and enabling the ssh in the raspberrypi imager

  • @kaushlendrapandey5404
    @kaushlendrapandey540410 күн бұрын

    hi @Arth X I am working on the same project can u help me??

  • @savekillqqpsounds8473
    @savekillqqpsounds847311 күн бұрын

    so quick question ben greenfield. does this also work with a rasberry pi 3 model B+ or just pi 3?

  • @lunagonzalez1470
    @lunagonzalez147013 күн бұрын

    Thank you very much Ben! This video was super useful

  • @hankarnold9920
    @hankarnold992014 күн бұрын

    Went through the detection process, trying to get through this. Very helpful With this one, I see some *.py files in the git, but no images or examples that can be used to follow along. Is there another git somewhere? do you do any consulting?

  • @KenuraTech
    @KenuraTech15 күн бұрын

    Thanks for making this video. Very helpful.

  • @KenuraTech
    @KenuraTech15 күн бұрын

    Worked for me. Initially I faced some issues with the python version and protobuf. But after some version changing according to what is in video, all worked fine. Thank you for your detailed explanations through the video.

  • @user-ip6kr5bo5f
    @user-ip6kr5bo5f13 күн бұрын

    I got experimental error of keras version in testing of the installation can you please help me to sort it

  • @hankarnold9920
    @hankarnold992016 күн бұрын

    Thanks!

  • @efemenaekagha3406
    @efemenaekagha340616 күн бұрын

    Dunno what to say but thank you very much. +1 Sub gained!

  • @olusholaosasona1842
    @olusholaosasona1842Күн бұрын

    You get through with it without any error bro?

  • @Dogcatcowrat
    @Dogcatcowrat18 күн бұрын

    stuck at this error in testing .please help (tf2) E:\TF2\models esearch>python object_detection/builders/model_builder_tf2_test.py 2024-06-19 22:59:02.230552: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2024-06-19 22:59:02.230858: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. Traceback (most recent call last): File "E:\TF2\models esearch\object_detection\builders\model_builder_tf2_test.py", line 24, in <module> from object_detection.builders import model_builder File "C:\Users\Public\anaconda3\envs\tf2\lib\site-packages\object_detection\builders\model_builder.py", line 23, in <module> from object_detection.builders import anchor_generator_builder File "C:\Users\Public\anaconda3\envs\tf2\lib\site-packages\object_detection\builders\anchor_generator_builder.py", line 26, in <module> from object_detection.protos import anchor_generator_pb2 File "C:\Users\Public\anaconda3\envs\tf2\lib\site-packages\object_detection\protos\anchor_generator_pb2.py", line 9, in <module> from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (C:\Users\Public\anaconda3\envs\tf2\lib\site-packages\google\protobuf\internal\__init__.py)

  • @NarayanaC-mp3wc
    @NarayanaC-mp3wc18 күн бұрын

    Hi, I am stuck at a point where while I was training a custom model my execution stopped or paused at 2024-06-19 12:33:22.948786: W tensorflow/core/framework/dataset.cc:956] Input of GeneratorDatasetOp::Dataset will not be optimized because the dataset does not implement the AsGraphDefInternal() method needed to apply optimizations. Can anyone help me on how to resolve this. I'm using tensorflow==2.13.1

  • @vampireheart2596
    @vampireheart259619 күн бұрын

    Thank you man ! If anyone had the error with GLIBCXX_3.4.29 while testing the code, all you have to do is run the command : python -m pip install --upgrade tflite-support==0.4.2 (downgrade from 0.4.4)

  • @fifossucrilhos
    @fifossucrilhos16 күн бұрын

    I'm getting the error: ImportError: libwebp.so.6: No such file in directory on line 19 of "detect.py". This is when I try to run the model. Did you come across it?

  • @vampireheart2596
    @vampireheart259616 күн бұрын

    @@fifossucrilhos search Paul McWhorter on youtube. His tutorial about raspberry pi tensor Flow lesson 63 worked for me

  • @vampireheart2596
    @vampireheart259616 күн бұрын

    ​@@fifossucrilhossearch Paul McWhorter on youtube. His tutorial about object detection with tensorflow worked really well for me. It's lesson 63 on his channel

  • @fifossucrilhos
    @fifossucrilhos16 күн бұрын

    @@vampireheart2596 thank you :)

  • @vambylamby83
    @vambylamby8319 күн бұрын

    I have tried to test the install, 2 out of all pretrained model have error return tf.keras.applications.MobileNetV2(alpha=alpha, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: MobileNetV2() got an unexpected keyword argument 'layers' (yes latest MobileNetV2 does not have layers argument) :( File "C:\Users\HP\anaconda3\envs\tensorflow\Lib\site-packages\keras\src\ops\operation.py", line 21, in __init__ raise ValueError( ValueError: Argument `name` must be a string and cannot contain character `/`. Received: name=stack_0/block_0/depthwise_conv2d (of type <class 'str'>) Would appreciate a lot of someone can help me with these.

  • @vambylamby83
    @vambylamby8319 күн бұрын

    For those with Attribute Error; cython source: The error message you encountered indicates that there was an issue while building the wheel for pyyaml, a dependency required by tf-models-official. This problem is often related to missing build tools or incompatible package versions. To resolve this, you can try the following steps: Ensure Build Tools are Installed: Make sure you have the necessary build tools installed. For Windows, you should have build-essential tools like Microsoft Visual C++ Build Tools. You can install them using the following steps: Download and install the Microsoft Visual C++ Build Tools. Upgrade pip, setuptools, and wheel: Ensure that you have the latest versions of pip, setuptools, and wheel installed. bash pip install --upgrade pip setuptools wheel Install pyyaml separately: Try installing pyyaml separately before installing the TensorFlow Object Detection API. bash pip install pyyaml==5.4.1 Install the Object Detection API: After installing pyyaml, try installing the TensorFlow Object Detection API again. bash pip install tf-models-official works for me

  • @Dogcatcowrat
    @Dogcatcowrat18 күн бұрын

    not working , using python 3.11

  • @ChatgptChatgpt-xh2ox
    @ChatgptChatgpt-xh2ox20 күн бұрын

    thanks a lot

  • @istillplay271
    @istillplay27122 күн бұрын

    The tensorflow addons have been discontinued, is there any alternative solution

  • @TRENTINATERx2000
    @TRENTINATERx20008 күн бұрын

    Wdym by addons

  • @istillplay271
    @istillplay2718 күн бұрын

    @@TRENTINATERx2000 tensorflow addons is a package that establishes a well api background.. ie it provides a well distribution for packages like losses, optimizers, layers etc. . When you try to execute the code explained in here on your GPU… it throws out an error saying the tensorflow addons are not more present hence couldn’t be processed… when looked at documentation, tfa has gone to minimal contributions until may 2024… and would discontinue henceforth… which makes the current usage of tensorflow 2.8 unusable…. Hence you have to upgrade you tensorflow to newer versions.. which is another hectic work

  • @GoWithAndy-cp8tz
    @GoWithAndy-cp8tz24 күн бұрын

    Meaning Raspberry Pi as first release = Rpi 1? Cheers!

  • @beetrandahiya2992
    @beetrandahiya299225 күн бұрын

    I'm getting errors with tf.keras.experimental thing during test at 13:40 did someone else have the same issue?

  • @aadii2884
    @aadii288419 күн бұрын

    Same issues

  • @andresmarin8993
    @andresmarin899325 күн бұрын

    amazing tutorial man. thank you so much

  • @ulasonat5042
    @ulasonat504225 күн бұрын

    If you're watching in on June 2024 and having the following error: ImportError: cannot import name 'builder' from 'google.protobuf.internal' (C:\Conda\envs\tf2\lib\site-packages\google\protobuf\internal\__init__.py) just when you're downloading protobuf from github and installing from conda, make sure to specify the version as 27.1 like in this video, otherwise it's going to cause issues!

  • @Dogcatcowrat
    @Dogcatcowrat18 күн бұрын

    version 21.12 is not available , i am using 27.1 . how to remove this error

  • @WZ-qq6eh
    @WZ-qq6eh25 күн бұрын

    Hey Ben. This is very helpful! Thank you so much. Would a program run remotely on the Pi if I minimize or close the VNC server? I am just curious before experimenting

  • @LazyTech825
    @LazyTech82525 күн бұрын

    Yes you can!

  • @WZ-qq6eh
    @WZ-qq6eh19 күн бұрын

    @@LazyTech825 I am having a problem connecting to the pi through ssh. I suspect that the Wifi is not actually established since this particular wifi, when connected, requires some action in a popped up window. I wonder if this is the reason why I cannot establish the connection, or it is because that I have a macbook and the commands are different?

  • @mukhtiardayo786
    @mukhtiardayo78626 күн бұрын

    Thank you

  • @theofficialgaro
    @theofficialgaro27 күн бұрын

    what happens if you put a country code different from where you are connecting to?

  • @LazyTech825
    @LazyTech82525 күн бұрын

    I assume it messes up the time zone and probably other minor things

  • @BrooksImperial
    @BrooksImperialАй бұрын

    Wow - extremely cool!

  • @voltmanip
    @voltmanipАй бұрын

    bricked another sd card with the great imager sucks they have to be fat32

  • @LazyTech825
    @LazyTech825Ай бұрын

    You should be able to reformat the sd card again if something goes wrong

  • @brieze4704
    @brieze4704Ай бұрын

    Really nice tutorial! Only thing to improve for he next ones is the font size, makes it difficult to read. Keep it up!

  • @dylanfrajerman1257
    @dylanfrajerman1257Ай бұрын

    would this work to connect to the pi or could you connect to the pi right from the command line on another internet or how would you

  • @tobiashagstrom8748
    @tobiashagstrom8748Ай бұрын

    code is obsolete, with TF 2.16 the colab does not work

  • @Moein_rmz
    @Moein_rmz9 күн бұрын

    what should we do?

  • @istillplay271
    @istillplay2718 күн бұрын

    @@Moein_rmzyou have to find another optimal solution like using media pipe or yolo etc… until the object detection api becomes a stable version

  • @allea-zb7kl
    @allea-zb7klАй бұрын

    From the training process, can we see the weight and bias results for each layer that will be used for test data?

  • @harshalidevi6718
    @harshalidevi6718Ай бұрын

    Thank you! After watching many tutorials, yours finally worked!!

  • @themaskared0531
    @themaskared0531Ай бұрын

    Thank You so much, you save me

  • @SelvarajuManivannan06
    @SelvarajuManivannan06Ай бұрын

    Is that setting comes only for raspberryos ??

  • @nanaasanteful
    @nanaasantefulАй бұрын

    My students have been trying on a number of videos to use a custom model and it seems there's an error with the tflite generated from colab. "RuntimeError: Input tensor has type kTfLiteFloat32: it requires specifying NormalizationOpt ions metadata to preprocess input images." is there a specific version of tflite to generate or what could it be?

  • @scounterscounter6702
    @scounterscounter6702Ай бұрын

    wow..my model needs 16 hrs..but with impressive result. Great tutorial.. need only some minor adaptions on my side..this will now be the base for some deeper experiments here

  • @karimabdalla3136
    @karimabdalla3136Ай бұрын

    Hi did yoy manage to build a model successfully?

  • @scounterscounter6702
    @scounterscounter6702Ай бұрын

    @@karimabdalla3136 yes.. but as saied need so much time...and my dataset are quite small... since this ( 9 days ago ) i tried lots of different methods to build my model ( detecting some letter-Images from old graves..) ...for me tensorflow was too slow...so i tried Yolov8 , yolov5 an now since this morning i play with yolov7... yolo is much more faster in training.. in precize? will see ..lots of experiment will follow from now...btw... the issue i had with tensorflow in the beginning base on cuda, cudnn and some version conflict...once this gpu thing was ok the rest was fine

  • @tech_talks_by_marsh
    @tech_talks_by_marshАй бұрын

    thanks for everything , but i did not find any images in the output folder after executing command, what can be the possible cause ?

  • @kobegiansardadillas5024
    @kobegiansardadillas5024Ай бұрын

    VNC error "timed out waiting for a response from the computer" how to fix?

  • @divyamadineni715
    @divyamadineni715Ай бұрын

    Is that everyone able to acces the model like when we try to download the model .tar then it is saying acces denied

  • @divyamadineni715
    @divyamadineni715Ай бұрын

    Can anyone twll for what version of protobuf which tensorflow worked

  • @akshespage5172
    @akshespage5172Ай бұрын

    hello sir all the step I did correct at the last step's before is i got the error ''import error: numpy.core.multiarray failed to import'

  • @adryanparo2816
    @adryanparo2816Ай бұрын

    The same error occurred in my code, were you able to resolve it?

  • @adryanparo2816
    @adryanparo2816Ай бұрын

    be able to correct it as follows. pip install numpy==1.25. python3 detect.py --model efficientdet_lite0.tflite

  • @akshespage5172
    @akshespage517220 күн бұрын

    Thank you

  • @OKZUR
    @OKZURАй бұрын

    Good instructional video, but I was just left wondering, does age matter, can a 13+ year old use this for example?