Тёмный
Tech Watt
Tech Watt
Tech Watt
Подписаться
Tech Watt tribe! It's your go-to guy Felix Sam, Let's get our brains together and learn Artificial Intelligence, Machine Learning, Deep Learning, Computer Vision, Robotics and so much more. Let's make some tech magic happen right now!
Altman Sam Thoughts on AGI.
0:31
Месяц назад
Dealing with Missing Values in Your Dataset
16:21
2 месяца назад
YOLOv9 Object Segmentation
5:28
2 месяца назад
Image Augmentation for Everyone Using PyTorch
19:11
3 месяца назад
Object Tracking Using Byte Track and YOLOV9
11:02
3 месяца назад
Real-time Fall Detection Using YOLOV8
12:14
3 месяца назад
YOLOv9 VS YOLOv8 Which One Performs Better.
4:42
3 месяца назад
Комментарии
@philipnanor1605
@philipnanor1605 День назад
Good job
@vaangovaangopakkurathukuva5916
can you share a collab version of the code. collab version of this code is giving error
@mh-ll
@mh-ll 6 дней назад
sir, it didnt create the runs file?
@tech_watt
@tech_watt 6 дней назад
Runs folder will only be created once the training process is complete
@mh-ll
@mh-ll 5 дней назад
@@tech_watt thank you. First time it didnt create. The second it worked. Thanks for an amazing video. Keep up the good work
@AkaneCrow
@AkaneCrow 6 дней назад
While this creates data.yaml file /content/drive/MyDrive/plate/train/imagie /content/drive/MyDrive/plate/valid/imagie /content/drive/MyDrive/plate/test/imagie So we write it like this? So how does it read the label? My data file is like this and it gives an error. This error: WARNING ⚠ no tags found in detection set, metrics cannot be calculated without tags
@AkaneCrow
@AkaneCrow 6 дней назад
I solved the problem. The names of the files should have been images and labels, and the patch in the data.yaml file should have been changed.
@joseavilasg
@joseavilasg 7 дней назад
Really useful. Thank you so much.
@jonatapaulino
@jonatapaulino 9 дней назад
Congratulations my friend for the video. It helped a lot. Could you tell me if with this strategy the fps is how much?
@tech_watt
@tech_watt 9 дней назад
The fps kind of depends on the hardware you’re running this models on. You will get more fps using this on a GPU than CPU.
@jonatapaulino
@jonatapaulino 8 дней назад
@@tech_watt That's where the problem is. I need to run a model on a cell phone. Would it be possible to have a satisfactory fps to be able to correctly count objects?
@tech_watt
@tech_watt 8 дней назад
@jonatapaulino to run the model on mobile devices you have to quantize the model in other to increase the fps.
@jonatapaulino
@jonatapaulino 8 дней назад
@tech_watt Do you have a video about this or a tutorial that could help?
@SoftSkilsDevs
@SoftSkilsDevs 10 дней назад
Was very helpful
@MalikAbdulRasoolSultan
@MalikAbdulRasoolSultan 10 дней назад
Hi, do you know how to replace the original faces with anonymized versions while retaining the expressiveness and dynamics of the original face?
@MarryWills
@MarryWills 14 дней назад
Very great and detail tutorial 🎉
@rammohanbethi
@rammohanbethi 15 дней назад
Can u build a pic of voice to voice phonecall customer care chatbot using langchain LLM
@tech_watt
@tech_watt 15 дней назад
Yes that’s possible
@rammohanbethi
@rammohanbethi 14 дней назад
If possible can you please explain the steps involved that how can we develop it
@rammohanbethi
@rammohanbethi 14 дней назад
Or can you make a video of voice to voice bot using LLM lang chain
@jorgebanarez4871
@jorgebanarez4871 15 дней назад
muchas gracias por este video, una pregunta para poder contar tanto los que van hacia un lado como lo que van en sentido contrario, se utiliza el mismo metodo, pero con dos lineas? o se puede solamente con una linea y contar ambos sentidos?, podrias ayudarme con esa duda?
@tech_watt
@tech_watt 15 дней назад
Use two opposite lines for simplicity and straightforward approach.
@jorgebanarez4871
@jorgebanarez4871 15 дней назад
@@tech_watt ohhh , que rapida respuesta, muchas gracias, un abrazo que estes muy bien
@abrahamsportshighlight6896
@abrahamsportshighlight6896 16 дней назад
Wow interesting
@KhoaNguyen-bo6zy
@KhoaNguyen-bo6zy 16 дней назад
In the requirements file there are these: torch torchvision opencv-python cvzone Is it correct?
@tech_watt
@tech_watt 16 дней назад
Yes then I guess you’re installing the packages in a wrong virtual environment. Activate your virtual environment and install it at the environment you’re running the code
@KhoaNguyen-bo6zy
@KhoaNguyen-bo6zy 16 дней назад
Please check my email so I can send you specific images directly, looking forward to your cooperation.
@KhoaNguyen-bo6zy
@KhoaNguyen-bo6zy 16 дней назад
hello , after I run the command "pip install -r requirements.txt" It reported success, but when I run the main program there is an error like this "Traceback (most recent call last): File "C:\Users guye\PycharmProjects\objectdetection\Faster-RCNN-PYTORCH-main\main.py", line 1, in <module> import torch ModuleNotFoundError: No module named 'torch'"
@tech_watt
@tech_watt 16 дней назад
Check if torch is in the requirements file. If not add torch and reinstall the package again
@KhoaNguyen-bo6zy
@KhoaNguyen-bo6zy 16 дней назад
@@tech_watt Please check my email so I can send you specific images directly, looking forward to your cooperation.
@Moon-D0G
@Moon-D0G 17 дней назад
So i'm using it for object detection on live camera feed. Should i use nano while training or the biggest one ? I need very fast detection
@tech_watt
@tech_watt 17 дней назад
There’s a trade off between accuracy and latency when choosing the models. While the baba version will give you more speed, the accuracy is not good as compared to the bigger models. So in the nutshell all depends on your compute power
@danielsenff1137
@danielsenff1137 18 дней назад
The Colab Notebook link is not work, do you have another one? thanks
@tech_watt
@tech_watt 18 дней назад
Really I will check and update it soon
@aiforyounow
@aiforyounow 17 дней назад
the link is working please
@KhoaNguyen-bo6zy
@KhoaNguyen-bo6zy 18 дней назад
Thank you for your great video, but I want to detect police human from the photo (dataset), do you have any suggestions or classes I need to use to detect?
@tech_watt
@tech_watt 18 дней назад
If there’s a class you want to detect that’s is not in the coco datasets, then you have to fine tune your custom model for that
@KhoaNguyen-bo6zy
@KhoaNguyen-bo6zy 18 дней назад
@@tech_watt but I'm new, could you please assist me further, maybe via email?
@KhoaNguyen-bo6zy
@KhoaNguyen-bo6zy 18 дней назад
@@tech_watt but I'm new, could you please assist me further, maybe via email?
@davidomoyeni8376
@davidomoyeni8376 18 дней назад
I uploaded a video file and after running inference on it, I tried to visualize it using the glob library but nothing displayed.
@tech_watt
@tech_watt 18 дней назад
Download the resulted video from colab and play it on your local machine
@davidomoyeni8376
@davidomoyeni8376 18 дней назад
@@tech_watt thank you. How do I connect it to a live webcam?
@davidomoyeni8376
@davidomoyeni8376 18 дней назад
@@tech_watt and then, (no detection) was made on two different fire videos I uploaded. What could cause the problem?
@alexandrosiii5676
@alexandrosiii5676 19 дней назад
Can I use this method with yolov5?
@tech_watt
@tech_watt 19 дней назад
You have to follow the data structure of YOLOv5. I will for sure make a tutorial about yolov5
@079_DyahWahyuPermatasari
@079_DyahWahyuPermatasari 19 дней назад
thank you so much for the tutorial, very clear explanation! really great work, appreciate it!!
@tech_watt
@tech_watt 19 дней назад
Thanks for your feedback Kindly share it for me
@YuChengNIUStudent
@YuChengNIUStudent 20 дней назад
This is the error code in custom Training File "/usr/local/lib/python3.10/dist-packages/yaml/scanner.py", line 291, in stale_possible_simple_keys raise ScannerError("while scanning a simple key", key.mark, yaml.scanner.ScannerError: while scanning a simple key in "<unicode string>", line 15, column 1: test:/content/object-detection-1 ... ^ could not find expected ':' in "<unicode string>", line 16, column 1: train:/content/object-detection- ... ^ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/bin/yolo", line 8, in <module> sys.exit(entrypoint()) File "/usr/local/lib/python3.10/dist-packages/ultralytics/cfg/__init__.py", line 594, in entrypoint getattr(model, mode)(**overrides) # default args from model File "/usr/local/lib/python3.10/dist-packages/ultralytics/engine/model.py", line 638, in train self.trainer = (trainer or self._smart_load("trainer"))(overrides=args, _callbacks=self.callbacks) File "/usr/local/lib/python3.10/dist-packages/ultralytics/engine/trainer.py", line 142, in __init__ raise RuntimeError(emojis(f"Dataset '{clean_url(self.args.data)}' error ❌ {e}")) from e RuntimeError: Dataset '/content/object-detection-1/data.yaml' error ❌ while scanning a simple key in "<unicode string>", line 15, column 1: test:/content/object-detection-1 ... ^ could not find expected ':' in "<unicode string>", line 16, column 1: train:/content/object-detection- ... can you help me?
@samuelsemador272
@samuelsemador272 20 дней назад
Easy to understand video content on Mastering GPT-4o
@tech_watt
@tech_watt 20 дней назад
Thanks for your feedback 🫡🫡
@janealex163
@janealex163 21 день назад
tech watt tribe let's gather here. Great video 📹 📹
@adilsonchrestani
@adilsonchrestani 21 день назад
Good night my friend! Within the heatmap, is it possible to apply it on a 3D environment? (Imagine that we have a cube and we would like to check where the ducks are positioned on a 3D Space)
@tech_watt
@tech_watt 20 дней назад
So this can’t be applied in your scenario. Unless of course you can detect the 3D objects
@abubakarsaleem5167
@abubakarsaleem5167 22 дня назад
How can we visualize the live training of YOLOv10, similar to how it is done for YOLOv5 using TensorBoard?
@abubakarsaleem5167
@abubakarsaleem5167 22 дня назад
Hello Sir, could you please explain what 'train/box_om', 'train/cls_om', 'train/dfl_om', 'train/box_oo', 'train/cls_oo', and 'train/dfl_oo' mean in the plot after the YOLOv10 training is completed?
@egamomusu
@egamomusu 22 дня назад
how to save yolov10 training process in Google Drive, in order to be able to resume the training if it was interrupted and i want to continue the training from the last checkpoint?
@cemrealdogan7163
@cemrealdogan7163 24 дня назад
How can I continue to train my model Yolov10l.pt after session stopped unexpectedly? I type resume=True and change model to last.pt but it gives me this error: AttributeError: 'NoneType' object has no attribute 'yaml'. Thanks a lot.
@tech_watt
@tech_watt 24 дня назад
It will be very helpful to restart the training process again. Colab sometimes automatically stops sessions.
@cemrealdogan7163
@cemrealdogan7163 24 дня назад
@@tech_watt thank you, I'll try again.
@cemrealdogan7163
@cemrealdogan7163 25 дней назад
Thanks a lot. This was a life-saver.👍
@Kishi1969
@Kishi1969 25 дней назад
Can you do a video on Yolov5 + deep sort algorithm on custom datasets please?
@Kishi1969
@Kishi1969 25 дней назад
Brilliant video brother
@tech_watt
@tech_watt 25 дней назад
Thanks for the response do share with your friends
@Kishi1969
@Kishi1969 25 дней назад
@@tech_watt Sir can you guide me on how to use Yokov5 and deep sort algorithm on custom datasets please Sir?
@tech_watt
@tech_watt 25 дней назад
@Kishi1969 I don’t have video on that yet
@Kishi1969
@Kishi1969 25 дней назад
@@tech_watt okay sir but if you can do it I will be happy
@tech_watt
@tech_watt 25 дней назад
Search 👀 online for some resources on that
@csdl910
@csdl910 25 дней назад
Wow!! Thank you so much!! And the gold question is: how do I upload this to server, cpanel, etc
@tech_watt
@tech_watt 25 дней назад
You can use online vector databases like pine cone or single store.
@tech_watt
@tech_watt 25 дней назад
I will release a tutorial on that soon
@csdl910
@csdl910 25 дней назад
@@tech_watt That would be amazing. Thank you!
@walterhartman
@walterhartman 25 дней назад
thanks. Will give this a try. Using Haar_cascade give me too many postives.
@Tan-ie8nu
@Tan-ie8nu 26 дней назад
Thank you. It really works.
@kesilaugustine
@kesilaugustine 28 дней назад
This is a great video . I have a questions - what is the llama3 equivalent to vector_storage = FAISS.from_documents(chunks,OpenAIEmbeddings()) retriever = vector_storage.as_retriever() I want to try llama3 not openAI
@tech_watt
@tech_watt 28 дней назад
Thanks for your feedback. Check out how to use llama embedding here. python.langchain.com/v0.1/docs/integrations/text_embedding/ollama/
@user-xj8fn7og9x
@user-xj8fn7og9x 28 дней назад
Can we use movenet and yolov8 together for detwcting violence in multiple person per frame ?
@IngJoseph538
@IngJoseph538 28 дней назад
amazing
@khezr
@khezr 28 дней назад
Thank you for the great video. Do you have any resources to detect the license plate numbers? I mean the values of the license plate.
@tech_watt
@tech_watt 28 дней назад
Working on a video for that.
@NaijaStreets-mr1bl
@NaijaStreets-mr1bl 29 дней назад
Guy, your tutorial is the best
@NaijaStreets-mr1bl
@NaijaStreets-mr1bl 29 дней назад
I like your concept of teaching: Clarity
@tech_watt
@tech_watt 29 дней назад
Am glad you love it 😊 kindly share my content and join the discord server to interact with other members
@NaijaStreets-mr1bl
@NaijaStreets-mr1bl 29 дней назад
nice
@tech_watt
@tech_watt 29 дней назад
Thanks buddy
@ti2061
@ti2061 Месяц назад
Thanks a lot from Brazil, Watt! With your video and a little help from chatgpt I managed to make my own robot!
@tech_watt
@tech_watt Месяц назад
That’s absolutely great 😊 my friend. You did a fantastic job you should be proud of yourself. Don’t forget to share my content with your fellow Brazilians ❤️✅
@faizarehman2943
@faizarehman2943 Месяц назад
Can you please guide me why other weights of YOLOV10 are not working on colab because small and nano are working. But X,L,M and B are not working can you please help me how can we solve this issue.
@tech_watt
@tech_watt Месяц назад
What was the error ??
@faizarehman2943
@faizarehman2943 Месяц назад
I really need it your video helps me a lot.
@jamesmasai3277
@jamesmasai3277 Месяц назад
Thank a lot.
@tech_watt
@tech_watt Месяц назад
Welcome James hope you will share with your network
@faizarehman2943
@faizarehman2943 Месяц назад
Very well done. Amazing
@faizarehman2943
@faizarehman2943 Месяц назад
Thank you
@bhuppidhamii
@bhuppidhamii Месяц назад
I want to make a custome gun,knife detection using yolov8. can this works if I put my custom images in the dataset?
@tech_watt
@tech_watt Месяц назад
Yes just follow the Same approach with your data 📊
@bhuppidhamii
@bhuppidhamii Месяц назад
@@tech_watt okay thank, you. i will try.
@CivilizedAfrican
@CivilizedAfrican Месяц назад
Your discord link dosent work
@tech_watt
@tech_watt Месяц назад
Sorry for that. You can join here: discord.gg/7hx9hDbA