Thieu Long
Thieu Long
  • Видео 49
  • Просмотров 37 387

Видео

Deakin SIT310 - Duckietown Intersection Navigation (with Obstacle detection + Overtaking Obstacle)
Просмотров 272 месяца назад
Deakin SIT310 - Duckietown Intersection Navigation (with Obstacle detection Overtaking Obstacle)
LSTM - Detect hand actions
Просмотров 7303 месяца назад
This video is a demonstration of LSTM Network detecting whether my hand has grasped an object or not, and in this case is a Rubik's cube, the network was trained on 4 different datasets (3 grasp techniques 1 neutral), with a total of 4000 dataset. If you're interested, check out this Github repo of the work: github.com/thieulong/LSTM-Actions-Recognition
Duckietown - Duckiebot: Lane Segmentation
Просмотров 293 месяца назад
Duckietown - Duckiebot: Lane Segmentation
Unitree Go 1 - Person Following - Deakin 2023/2024 Research Project
Просмотров 405 месяцев назад
Unitree Go 1 - Person Following - Deakin 2023/2024 Research Project
Duckietown - Intersection Navigation - Deakin 2023/2024 Summer Project
Просмотров 355 месяцев назад
Duckietown - Intersection Navigation - Deakin 2023/2024 Summer Project
The Res-Q-Rover Project
Просмотров 55Год назад
The Res-Q-Rover Project
Introducing the Res-Q-Rover (mBot Arduino Mega + Raspberry Pi)
Просмотров 45Год назад
Introducing the Res-Q-Rover (mBot Arduino Mega Raspberry Pi)
The WindWise Project - Part 4 - Fault Tolerance
Просмотров 36Год назад
The WindWise Project - Part 4 - Fault Tolerance
The WindWise Project - Part 3 - Particle Argon set up
Просмотров 23Год назад
The WindWise Project - Part 3 - Particle Argon set up
The WindWise Project - Part 2 - Node-RED configuration
Просмотров 32Год назад
The WindWise Project - Part 2 - Node-RED configuration
The WindWise Project - Part 1 - Raspberry Pi & sensors
Просмотров 29Год назад
The WindWise Project - Part 1 - Raspberry Pi & sensors
I2C sensors on Raspberry Pi (SIT210 - 8.1D)
Просмотров 131Год назад
I2C sensors on Raspberry Pi (SIT210 - 8.1D)
DFS (Depth First Search) Algorithm implemented in Python to solve maze.
Просмотров 812Год назад
Github link: github.com/thieulong/DFS-Maze-Solving
Raspberry Pi PWM control (SIT210 - 7.2D)
Просмотров 25Год назад
Raspberry Pi PWM control (SIT210 - 7.2D)
Particle Argon MQTT Publish + Subscribe (SIT210 - 3.3D - Buddy System)
Просмотров 114Год назад
Particle Argon MQTT Publish Subscribe (SIT210 - 3.3D - Buddy System)
Raspberry Pi - Create a GUI to convert message to Morse code and blink LED (SIT210 - 5.3D)
Просмотров 45Год назад
Raspberry Pi - Create a GUI to convert message to Morse code and blink LED (SIT210 - 5.3D)
PyQT5 create UI to control LEDs (SIT210 - 5.2C)
Просмотров 30Год назад
PyQT5 create UI to control LEDs (SIT210 - 5.2C)
Basics GPIO control of Raspberry Pi (SIT210 - 5.1P)
Просмотров 18Год назад
Basics GPIO control of Raspberry Pi (SIT210 - 5.1P)
Using a Particle device, call a function from the web to the device (SIT210 - 4.2HD)
Просмотров 32Год назад
Using a Particle device, call a function from the web to the device (SIT210 - 4.2HD)
IFTTT and Webhooks service with Particle Argon example (SIT210)
Просмотров 54Год назад
IFTTT and Webhooks service with Particle Argon example (SIT210)
SIT210 - 2.2P - Tutorial of how to make a LED blink a message in Morse code once a button is pressed
Просмотров 106Год назад
SIT210 - 2.2P - Tutorial of how to make a LED blink a message in Morse code once a button is pressed
SIT210 - Task 2.1P - Particle Argon Blinking Morse Code
Просмотров 73Год назад
SIT210 - Task 2.1P - Particle Argon Blinking Morse Code
My First Robot - K4.5 (developed on Raspberry Pi)
Просмотров 141Год назад
My First Robot - K4.5 (developed on Raspberry Pi)
SIT123 Data Capture Technologies - Final Project - Deakin University
Просмотров 266Год назад
SIT123 Data Capture Technologies - Final Project - Deakin University
K4.5 - Building a Graphical User Interface (GUI)
Просмотров 17Год назад
K4.5 - Building a Graphical User Interface (GUI)
Telegram messaging communication with Raspberry Pi Robot
Просмотров 29Год назад
Telegram messaging communication with Raspberry Pi Robot
Serial Communication between Raspberry Pi and Arduino robot (Sync Control)
Просмотров 19Год назад
Serial Communication between Raspberry Pi and Arduino robot (Sync Control)
Violence Detection (LSTM Neutral Network)
Просмотров 12 тыс.Год назад
Violence Detection (LSTM Neutral Network)
Raspberry Pi Virtual Assistant using voice recognition (with hot word)
Просмотров 36Год назад
Raspberry Pi Virtual Assistant using voice recognition (with hot word)

Комментарии

  • @Pontiff03
    @Pontiff03 17 дней назад

    What's the use???

  • @muhammadsyaifullah3412
    @muhammadsyaifullah3412 Месяц назад

    Saya ingin betanya bagaimana cara menjalan kan sistem nya saya mencoba tapi kamera tidak bisa keluar bagaimana cara biar kamera nya keluar ya

  • @balrog240
    @balrog240 Месяц назад

    The police have a similar thing but for some reason it only uses color filtering

  • @roguerahul2
    @roguerahul2 Месяц назад

    Hi I'm new to machine learning. I want to create a project that counts the amount of punches thrown by a person. Would you code be a good basis to do this?

  • @lexx-dat
    @lexx-dat 2 месяца назад

    I recommend using color differentiation between the fingers, which allows for more precise model predictions :)

  • @Rehan0011-dc6ec
    @Rehan0011-dc6ec 2 месяца назад

    u have used 2 classes...like grasped and nor grasped...can we use the same code for multiple classes with moving hands??

    • @thieulong0612
      @thieulong0612 2 месяца назад

      I actually have 4 classes: neutral, rest, gripping, carrying, but in the results I labelled them down to only 2 classes, grasped (carrying, gripping) and not grasped (neutral, rest). It is recommended for you to train your custom datasets for your application because this approach is very likely to depend on the angle, point of view. That way you can be very customizable, and you can detect 2 hands as well, since mine demo only detect 1 hand at a time, it may limit your goal. But the same code with a bit of modifications based on your total number of classes, what you labelled them can be used for multiple classes with moving hands.

    • @Rehan0011-dc6ec
      @Rehan0011-dc6ec 2 месяца назад

      @@thieulong0612 ok thanx alot

  • @GamerAnia32
    @GamerAnia32 2 месяца назад

    Nooooooooooooice

  • @methadonmanfred2787
    @methadonmanfred2787 3 месяца назад

    shizophrenic detector

  • @198-rx
    @198-rx 3 месяца назад

    Surveillance webcams could figure out what's going on everywhere 🤔

  • @avivlohiet9839
    @avivlohiet9839 3 месяца назад

    used media pipe as the ground truth of the classification model?

    • @thieulong0612
      @thieulong0612 3 месяца назад

      Yes I used the landmarks from Mediapipe

    • @avivlohiet9839
      @avivlohiet9839 3 месяца назад

      @@thieulong0612 well done

    • @thieulong0612
      @thieulong0612 3 месяца назад

      @@avivlohiet9839 thank you 🥰

  • @thieulong0612
    @thieulong0612 3 месяца назад

    Hi everyone, sorry I didn't have time to reply to your comments, please check out this Github repo here: github.com/thieulong/LSTM-Actions-Recognition/tree/main. I've updated a detail instructions on how to train custom datasets and run your model to recognize activities, include both Pose and Hand activities. If you have trouble running the script, please reply to this comment.

    • @Abubakar-id4cx
      @Abubakar-id4cx 21 день назад

      We are making a smart surveillance system. So, we are about to use media pipe. I want to know can we detect a fight using media pipe. Utilizing the solutions being provided in media pipe, such as face detection , hand tracking , and pose estimation.

    • @thieulong0612
      @thieulong0612 21 день назад

      @@Abubakar-id4cx yes you can do that with Mediapipe to extract the pose and a neural network to learn and classify the behaviors

  • @Thinkj02
    @Thinkj02 3 месяца назад

    anh có thể dạy em về project này với được không ạ

    • @thieulong0612
      @thieulong0612 3 месяца назад

      Em xem thu qua repo nay nha: github.com/thieulong/LSTM-Actions-Recognition/tree/main, anh moi update lai code voi co viet instructions a.

  • @turagwilson1982
    @turagwilson1982 4 месяца назад

    Can you give me the Code and all the resources ?

    • @thieulong0612
      @thieulong0612 3 месяца назад

      Hello, please check out this repo here: github.com/thieulong/LSTM-Actions-Recognition/tree/main. Very sorry for the late reply

  • @tusharjoshi8578
    @tusharjoshi8578 4 месяца назад

    hey, I am having problems while running the code.....can you please help?

    • @thieulong0612
      @thieulong0612 3 месяца назад

      Hello, please check out this updated Github here: github.com/thieulong/LSTM-Actions-Recognition/tree/main, I've fix a few issues and updated the scripts, I also put instructions there. Sorry for my late reply.

  • @coc_grandtesla
    @coc_grandtesla 4 месяца назад

    What is model h5

  • @coc_grandtesla
    @coc_grandtesla 4 месяца назад

    It doesnt work properly even when im neutrel it detects punches

    • @tusharjoshi8578
      @tusharjoshi8578 4 месяца назад

      hey, I am having problems while running the code.....can you please help?

  • @pseudo_flame5424
    @pseudo_flame5424 5 месяцев назад

    Do you have the requirement.txt for this project?

    • @thieulong0612
      @thieulong0612 3 месяца назад

      Hello, thank you for asking. I've updated the requirements.txt file in this repo here: github.com/thieulong/LSTM-Actions-Recognition/tree/main

  • @user-uu2yw2bf4r
    @user-uu2yw2bf4r Год назад

    Chào bạn, cho mình hỏi là bạn xây dựng dataset như thế nào vậy?

  • @taek1976
    @taek1976 Год назад

    Amazing speed and accuracy! How about convert this into multi-person version with using Yolov8n-pose?

  • @m1m2004
    @m1m2004 Год назад

    Awesome! Could you explain a little how to train the model?

  • @kirtanprajapati714
    @kirtanprajapati714 Год назад

    awesome neutral network

  • @samtitus5661
    @samtitus5661 Год назад

    thanks very much mate, I study in Deakin as well.

  • @abbasnawaz8549
    @abbasnawaz8549 Год назад

    Awesome Bro Great Work.. Can you please share the dataset or model Descriptions??

  • @footballer_18
    @footballer_18 Год назад

    Hey is there anyway to contact u.... Needed to clarify some doubt on ur projects

    • @thieulong0612
      @thieulong0612 Год назад

      Hey, feel free to contact me on WhatsApp (wa.me/+61414880612) or Telegram (t.me/thieulong) I’m happy to help 🤗

  • @anhtrannguyenminh1592
    @anhtrannguyenminh1592 Год назад

    Congratulations 🎉🎉🎉

  • @anhtrannguyenminh1592
    @anhtrannguyenminh1592 Год назад

    👍👍👍

  • @Aselina17
    @Aselina17 Год назад

    Could you share the code please?

    • @Aselina17
      @Aselina17 Год назад

      @@thieulong0612 could you also explain how we can run the code,please?

  • @1337Rinz
    @1337Rinz Год назад

    chào bạn mình đang nghiên cứu về chủ đề này. bạn có thể cho mình xin thông tin liên lạc không.

  • @footballer_18
    @footballer_18 Год назад

    Can u provide the code with lcd display

  • @MadhaviGupta-uo9jt
    @MadhaviGupta-uo9jt Год назад

    What have you used in the project to automatically open or close the windows?

    • @thieulong0612
      @thieulong0612 Год назад

      Hi Madhavi, I just use 2 mini servos SG90 9G to open & close the windows.

    • @MadhaviGupta-uo9jt
      @MadhaviGupta-uo9jt Год назад

      @@thieulong0612 Ok Thanks

  • @xxxivip0818
    @xxxivip0818 Год назад

    Hello good day, I'm a university student from Malaysia and I'm currently doing a final year project regarding the smart parking system. I would like to ask about your system did you use any raspberry pi or just use the PC/laptop camera to detect the car? Your reply will be much appreciated for my project, thank you.

  • @dianadev1702
    @dianadev1702 Год назад

    Mong bạn cho link code , mình cũng làm đề tài này bằng MobileNet V2 , nhưng kết quả chạy ko đúng lắm

    • @thieulong0612
      @thieulong0612 Год назад

      Xin lỗi vì đã để bạn đợi nha do mình không hay hoạt động RUclips lắm, đây là code của project ở trên đây bạn: github.com/thieulong/Violence-Detection.git

  • @janithchandima3122
    @janithchandima3122 Год назад

    This is really nice. can you explain the code plz?

  • @frsedricfrancisxavier8872
    @frsedricfrancisxavier8872 Год назад

    How much time period you took for this project

  • @hotrandacduy3340
    @hotrandacduy3340 Год назад

    Awwww

  • @hotrandacduy3340
    @hotrandacduy3340 Год назад

    Này bên robotics major á anh?

    • @thieulong0612
      @thieulong0612 Год назад

      Mấy cái này anh tự học thui à em

  • @hotrandacduy3340
    @hotrandacduy3340 Год назад

    Em sắp học môn này ở deakin, sợ qué, mà anh học bachelor of IT hay comp sci ạ

    • @thieulong0612
      @thieulong0612 Год назад

      Anh bên CS ấy em, môn này không khó lắm đâu em đừng lo.

    • @hotrandacduy3340
      @hotrandacduy3340 Год назад

      @@thieulong0612 em cũng học com sci, em còn 2 tuần nx em qua mel rùi, mà em chưa bik major IoT, data science v robotics, em khum bik nên chọn cái nào

  • @BabyBoy_000
    @BabyBoy_000 Год назад

    Super bro.. Please 🥺 give link for the code.

    • @thieulong0612
      @thieulong0612 Год назад

      github.com/thieulong/Violence-Detection.git

  • @anhtrannguyenminh1592
    @anhtrannguyenminh1592 Год назад

    Wao so interested ❤

  • @darylcontreras7363
    @darylcontreras7363 Год назад

    ᑭᖇOᗰOᔕᗰ ✔️

  • @ashwinimore5132
    @ashwinimore5132 2 года назад

    Can you please provide the source code on git of your application

    • @thieulong0612
      @thieulong0612 2 года назад

      github.com/thieulong/Smart-Parking-System.git here it is, sorry I didn't check the RUclips notification regularly.

    • @footballer_18
      @footballer_18 Год назад

      @@thieulong0612 is there anyway to contact u.... To clear some doubts

    • @thieulong0612
      @thieulong0612 Год назад

      @@footballer_18 yea sure do you have whatsapp or facebook or something? We can have a chat

    • @footballer_18
      @footballer_18 Год назад

      Can u give ur insta handle or Facebook??

  • @ashwinimore5132
    @ashwinimore5132 2 года назад

    This is really awesome

  • @prince3989
    @prince3989 2 года назад

    Hmmmm bro they can use this in concepts cars

  • @TheKevin2901
    @TheKevin2901 2 года назад

    hello is it possible to share the code?

    • @thieulong0612
      @thieulong0612 2 года назад

      Oh yes here: github.com/thieulong/RPI-Pan-Tilt Very sorry for my late response

  • @keylaberglund2076
    @keylaberglund2076 2 года назад

    What its the name of the game????? Pls answer

    • @thieulong0612
      @thieulong0612 2 года назад

      It's called "Green light, red light". Based on a Korean movie "Squid game", the robot will detect whether the person in it's vision is moving or not, if the they're moving, they'll be eliminated from the game. (you can watch more here ruclips.net/video/nrchfeybHmw/видео.html&ab_channel=SquidGame)

  • @TheTeller12345
    @TheTeller12345 2 года назад

    Incredible programming! Well done!

  • @anhtrannguyenminh1592
    @anhtrannguyenminh1592 2 года назад

    waoooo fantasticcccc

  • @ultr8_zen522
    @ultr8_zen522 2 года назад

    Good

  • @__________________________6910
    @__________________________6910 2 года назад

    Dude Greate