3d Hand Tracking in Virtual Environment | Computer Vision

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 172

  • @angelojojo3338
    @angelojojo3338 2 года назад +13

    Hey man, great video.
    But use this line will yield a better control
    float x = float.Parse(points[i*3])/80-8;
    float z = float.Parse(points[i*3 +1])/80-5;
    float y = float.Parse(points[i*3 +2])/80;
    You need to transform the coordinate from OpenCV to Unity.
    You use:
    float x = 5 - float.Parse(points[i*3])/100 in your video
    However, this will reverse the coordinates of your hand.
    To transform the coordinate, you will need to turn the middle point in OpenCV from (0.5x, 0.5y) to (0,0)
    In this case, you will need to subtract the x value by 80, and then minus 8. and y value by 80 and then minus 5

    • @user-sv3rq3qp4w
      @user-sv3rq3qp4w 5 месяцев назад

      Hey ! thanks for this. Did you figure out how to make te hand go back and forth? The "point0" does not move on the z axis. tanks!

  • @fttx6673
    @fttx6673 2 года назад +8

    One of the best projects, and we can also facilitate the work so that we can associate a 3D character with the engine. This is a wonderful thing

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

    You're a real life saver. Thanks a lot!
    Best tutorial for handtracking I've seen on RUclips. Keep up the good work!

  • @LittleFifth
    @LittleFifth 2 года назад +2

    Very excited about this video, I was looking forward to 3D stuff since a 2D pose estimation video you did- thank you and I'll be sure to try this

  • @bobjefferson2829
    @bobjefferson2829 2 года назад +1

    E là lớp phó gương mẫu, e chúc thầy và cô Thuỷ mạnh khoẻ, hạnh phúc và có nhà mới thật đẹp ạ

  • @FernandoMoreiraR
    @FernandoMoreiraR 2 года назад +1

    This video won you a subscriber!

  • @VINESHRAJPUT
    @VINESHRAJPUT 2 года назад +4

    Everything is perfect . One question Can I grab the cube also?

    • @055pq2
      @055pq2 Год назад

      You can, but its extremely diffcult!

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

      @@055pq2 did you figure out how to?

  • @user-rl1bq9zo9t
    @user-rl1bq9zo9t 2 года назад +4

    Hello! Can you give me a solution to build project as a one exe file?

  • @calvinthapro616
    @calvinthapro616 2 года назад +20

    Hey, good video. Could you post the code on how to move the hand on the z axis? That would be very helpful.

    • @f1l1p10
      @f1l1p10 2 года назад +4

      u can use code from this video ruclips.net/video/jsoe1M2AjFk/видео.html but using point 0 and 17 from your hand

    • @MLOps_
      @MLOps_ 2 года назад +1

      @@f1l1p10 thanks

    • @tokiotv2843
      @tokiotv2843 Год назад +1

      Anyone has it?

  • @fiogar7006
    @fiogar7006 Год назад +2

    How do I get the virtual hand in unity not to scale when I move my real hand forward and backwards to the camera

  • @bunnythebun
    @bunnythebun Год назад +1

    Wow amazing... I'm watching your all videos. Really appriciate your knowledge. Please give us more tutorial like this. Can u give more tutorials for starting how to code augmented reality? It will be a great help. God bless you

  • @lucker7579
    @lucker7579 2 года назад +1

    ArgumentOutOfRangeException: Index and count must refer to a location within the string.
    Parameter name: count

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

    best tutorial i have seen related to computer vision and unity. thanks a lot. please do more videos

  • @anantchandak9574
    @anantchandak9574 2 года назад +1

    he is going to make revolution in computer vision
    just tell me can't we cover our points like it we have red point and green lines as attachment, so we can increase the thickness and change the color in unity. so by this can't we create a real looking human hand

  • @cybersecurite_CPT
    @cybersecurite_CPT Год назад +3

    wher can I download UDP receive Please??????????

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

    you have really outdone yourself this time

  • @dxgarmy1373
    @dxgarmy1373 2 года назад +1

    all done points working but lines not , error is coming the variable origin of Line code has not assigned in the inspector but I had linked all the line and so many errors for many lines

  • @Soccertrash17
    @Soccertrash17 Год назад +2

    Has anyone a solution for the z coordinate estimation?

  • @1979zeesh
    @1979zeesh 10 месяцев назад

    awesome project bro....amazing. one question: are u using the usual unity collidor components to detect collision or what? that part is missing in your video. how u detected collision?

  • @flioink
    @flioink 2 года назад +4

    There's some kind of error in the "extend" part of the code, I keep getting: IndexError: list index out of range
    Edit: OK, I narrowed it down - the lmList list only gets 2 dimensions(x and y) and not the z.
    Why would that be?

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

      Hey, I am having the same issue, did you ever end up figuring out why lmlist is refusing to give z values?

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

      @@allamerican9414 Upgrade your cvzone package using pip

  • @modelad3d
    @modelad3d 8 месяцев назад

    What logic can I use so that when separating or moving the hand away the same thing happens in the 3D environment instead of the hand being scaled? I've tried everything and I can't find a solution.

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

    Super Video, super project. As always from you! one of the best channels on yt.

  • @yumyum_99
    @yumyum_99 2 года назад +8

    Hello sir, i cant figure how do you add the z position of the hand tracking, i have tried using triangle similarity algorithm method to detect distance using single webcam but i get nowhere close to the solution. Since u mention the answer for moving hand backward and forward is easy can u explain on that?

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

    Incredible tutorial. Very informative without being redundant. This is what the internet was for!!!
    Thank you so much for this knowledge. Subscribed!

  • @1979zeesh
    @1979zeesh 10 месяцев назад +1

    i am getting this error even though i installed mediapipe
    Traceback (most recent call last):
    File "E:/Alqadib/VirtuaLab/comp vision/main.py", line 1, in
    from cvzone.HandTrackingModule import HandDetector
    File "C:\Users\zeesh\AppData\Local\Programs\Python\Python39\lib\site-packages\cvzone\HandTrackingModule.py", line 10, in
    import mediapipe as mp
    ModuleNotFoundError: No module named 'mediapipe'

  • @marshallmann7620
    @marshallmann7620 8 месяцев назад

    You're awesome, Murtaza.

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

    BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY MUCH!

  • @dxgarmy1373
    @dxgarmy1373 2 года назад +1

    pls tell me can I use this to grab a object how im trying its not working pls pls tell

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

    This is awsome! I want to try this on my own and develop it! Do you think, if I make the unity 3d enviorment complex, is the detection or all the other process gonna get laggy??

  • @flickermarc6308
    @flickermarc6308 9 месяцев назад +1

    Does anyone know a way to implement two hands in Unity I already made it so it can track two in OpenCV But I'm having trouble implementing it in unity

  • @josippardon8933
    @josippardon8933 2 года назад +3

    Great tutorial.
    Acctually, there is automatic way to put points in origin and destination variables of line objects. Have points named "Point (...,...)" and lines "Line ...-....". Then write this code:
    public class LineCode : MonoBehaviour
    {
    LineRenderer lineRenderer;
    public Transform origin;
    public Transform destination;
    // Start is called before the first frame update
    void Start()
    {
    lineRenderer = GetComponent();
    lineRenderer.startWidth = 0.1f;
    lineRenderer.endWidth = 0.1f;
    //THE CODE:
    string[] pointIndexes = gameObject.name.Split(' ')[1].Split('-');
    origin = GameObject.Find($"Point ({pointIndexes[0]})").transform;
    destination = GameObject.Find($"Point ({pointIndexes[1]})").transform;
    }
    // Update is called once per frame
    void Update()
    {
    lineRenderer.SetPosition(0, origin.position); // 0 => starting point
    lineRenderer.SetPosition(1, destination.position); // 1 => ending point
    }
    }

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

    hey sir, You done a great job but can you guide or make a tutorial for the hand tracking android application using mediapipe and unity

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

    Thank you so much, but I have a question? Will it work on mobile android/ios?

  • @user-sv3rq3qp4w
    @user-sv3rq3qp4w 5 месяцев назад

    amazing tutorial! .. Ive been trying for the last 2 hours to make the hand move on z axis, but the point 0 wont go back and forth.... any hints?? thank you

  • @alidkjfk
    @alidkjfk Год назад +1

    for z , in lmList dictionary you have a center position yo can use math.hypot to calculation 0 position with center position and with numpy.interp you can make a relation with this space and plus it to z positions , my language is not English and i can explain this good but I hope you understand how is it work!

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

      Can you elaborate on this? What would the code look like?

  • @aakash723
    @aakash723 2 года назад +1

    is 2gb ram of respberry pi 4 is sufficient for making opencv Projects.. like find contours

  • @coderserabutan
    @coderserabutan 7 месяцев назад +1

    really cool, but this project need python server to run the hand tracking. so, it cannot separate with the server when the unity build into mobile platform, I mean it cannot run only using unity. thats sad.

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

      Theres a system to use python in unity

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

      @@Lightyboii really? run python server? how?

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

      @@coderserabutan theres a Python addon in unity. And AFAIK it does support modules. Not sure about Android though. Havent used unity in a while.

  • @rohitchabukswar7266
    @rohitchabukswar7266 2 года назад +1

    Can we make the hand look like actual hand?

  • @nemeziz_prime
    @nemeziz_prime 2 года назад +1

    Hello Sir, I had a question. Can we deploy DL models inside a Desktop App for Windows/Linux? I searched for solutions but couldn't come up with any reasonable ones

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

    a very nice tutorial

  • @adityasprojects7126
    @adityasprojects7126 2 года назад +2

    Can you make a video where you do evrything in Unity. There is Opencv module in UNity also right. This will be easy for deployment and more advance project. I couldnt find any proper video explaing it.

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

      There is an opencv package at asset store what you can play with

  • @JavieraPaulinaArgandonaOlivare
    @JavieraPaulinaArgandonaOlivare 10 месяцев назад

    great video:) is it possible to show both hands at the same time?

  • @luigiesposito2481
    @luigiesposito2481 2 года назад +1

    hello Friend would you help me do it for online game capture? people use CV to detect enemies and attacks on aim does this do the same?

  • @ShivGp-tr3vk
    @ShivGp-tr3vk Год назад

    Hai...thankyou so much for this video, this was so helpfull for me to make a project with this method. its work for me but can u give me another video about how the hands can grab the object like do some 360 move for the object, hope u saw this message, thankyou

  • @adhviklalthoppe2214
    @adhviklalthoppe2214 2 года назад +5

    Hey, great video. I was wondering how you could implement the python so that it opens up whenever the unity project opens up?

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

      I need it!

    • @dante_zu
      @dante_zu Год назад +2

      Hi! You can Import "os" library to python and use "os.startfile(path to your .exe file)" in order to execute the compiled Unity Project.

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

    the possibilities are endless. will certainly play around with this

  • @RC8Retro619
    @RC8Retro619 Год назад +1

    Does anybody know how I can use the hand tracking as input so instead of colliding with the cube at the end, moving my hand left or right will move the cube left or right. Im trying to make a game with openCV using Unity for a school project and I am a bit stuck!

  • @yuchundehanguo5555
    @yuchundehanguo5555 2 года назад +1

    Orang Vrindavan pada pinter pinter yah

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

    Thanks for the nice and interesting project. How will it work on a SBC like Jetson Nano? What I don't understand is how this software will be able to utilize the GPU?

  • @trash2treasure786
    @trash2treasure786 2 года назад +1

    Does it work when published to android?

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

    I have a issue. I dont know what the app that you used to code python in is called or where to download it. please help

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

    May I know sir, how you have integrated the camera?

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

    How to create a build of this application? Is it necessary to run the code in python and in c#? I don't understand.

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

    07:18 min
    AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)

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

    Can this work on mobile? Amazing video tutorial!!

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

    Is hard implement to recognize more hands. Like both hands, or 4 hands. For example 2 players use both hands to play game.

  • @林裕锋
    @林裕锋 Год назад

    Hello sir, I want to ask why the effect line I made is separated from the sphere

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

    Great stuff thanks!

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

    Many thanksss!!!!!🤩

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

    keep up the good work

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

    how can i make this work if I wanted to make a android build from unity and use the phone camera to do the hand tracking

  • @LeDiop
    @LeDiop 2 года назад +2

    Did someone find how to move on the z axis ? I'm trying it so hard ! because the z is based on the wrist point so it stays at 0 ...

    • @calvinthapro616
      @calvinthapro616 2 года назад +2

      Hey, did you find a solution?

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

      @@calvinthapro616 i didnt find one can you sent me the code my english and python knowledge is noct so good

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

    That's great 🤩 sir

  • @felixtechverse
    @felixtechverse 10 месяцев назад

    Where can I find the udp script? I didn't find it on the website.

  • @FruitBK
    @FruitBK 7 месяцев назад

    Thank you~~!!!!!

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

    When linking the lines, I create the LineCode as a new component for all the lines, but I can't change them individually. Changing the origin and destination points for one changes the origin and destination points for ALL THE LINES. HELP

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

    Can this algorithm run on mobile devices like iOS or Android?

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

    Nice project sir 👍

  • @iqrobotics8960
    @iqrobotics8960 2 года назад +1

    Hi bro ap Indian sy ha ya Pakistan sy

  • @umam.ytchannel9464
    @umam.ytchannel9464 2 года назад

    now i am in a good mood

  • @AlexSilva-cn1gp
    @AlexSilva-cn1gp 9 месяцев назад

    Hello, nice work! I wanted to know if there was a way to create a system for grabbing objects that are in unity, could anyone tell me?

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

    Hi! I'm new ! How can I start in this field of Computer Vision? My dream is work in this kind of projects :)

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

    what is the z coordinate in hand track output ?

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

    sir collision in unity is not so perfect in this way the hand many times enters the box bcz of hard code points it get from python

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

    What the performance in using in a mobile?

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

    Can we bring this hand tracking on tft display or other display so we are able to use it without computer like tracking face tracking hands tracking whatever but with out computer pc how can we do this

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

    great, thanks you

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

    Can u plzz say wt is the objective and scope of this project

  • @menaeem
    @menaeem 2 года назад +1

    Can we build apk out of it???

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

    what is the algorithm used in this project

  • @Jeetu0702
    @Jeetu0702 7 месяцев назад

    is there any way to execute file without running python file?

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

    hello sir, can you explain about udp receive scripts?
    thanks

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

    How can i make it two hands instead of one

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

    can we build this in mobile?

  • @embeddedpigeon6054
    @embeddedpigeon6054 2 года назад +1

    is just me or someone else , also facing this issue
    ArgumentOutOfRangeException: Index and count must refer to a location within the string.
    Parameter name: count
    just after , putting these lines in the code
    data = data.Remove(0, 1);
    data = data.Remove(data.Length - 1, 1);

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

    how we can use phone camera ??

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

    Hi sir...can u please make a one vedio on how to start a career in machine learning and artificial intelligence as a beginner....what basics we should cover before entering this field.
    .. please it's very important forany people like me

  • @user-be8tc5kl6d
    @user-be8tc5kl6d 2 года назад

    hello Murtaza'sn pls do project > (face detection for registration in web) and use TensorFlow

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

    amazing....

  • @mathewtomy6129
    @mathewtomy6129 2 года назад +1

    Sir, can you do a video about face recognition and object detection(yolo) in a single python script, so that both run at the same time

  • @rajputnehu05.
    @rajputnehu05. 2 года назад

    Work bot, thanks broo

  • @dilaymenemencioglu1865
    @dilaymenemencioglu1865 2 года назад +1

    How can i get APK for this project?

    • @samma-pixelstudio
      @samma-pixelstudio 2 года назад

      Only if you integrate the hand detector in the unity project ung the opencv plugin for unity

  • @vadox-6807
    @vadox-6807 Год назад

    how i can save the python script in unity ?

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

    Excelent

  • @jjaylee6095
    @jjaylee6095 Год назад +1

    where is urdp

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

    can tihs work on android too?

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

    Ты очень крутой, спасибо!

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

    make video on 3d face recognition android app

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

    how do i add 2 hands to unity

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

    thank brooooooo !!!!!!!!!!