C# Tutorial - Object Detection Alturos.Yolo C# Application | FoxLearn

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 99

  • @Matze27396
    @Matze27396 4 роки тому +2

    So in the background also the yolo-for-windows (darknet) would be used? What are the benefits? Is it possible to train own datasets/pictures?

  • @andreadotta73
    @andreadotta73 4 роки тому +3

    at this line using (var yoloWrapper = new YoloWrapper(config))
    I've this error: System.DllNotFoundException: 'Microsoft Visual C++ 2017-2019 Redistributable (x64)'

    • @foxlearn
      @foxlearn  4 роки тому

      I think you should install Microsoft Visual C++ 2017-2019 Redistributable (x64)

    • @weslitong9584
      @weslitong9584 4 роки тому +1

      @@foxlearn Hi, I got the same problem, I have the new version of the visual studio,
      I tried reinstalling them, but it still shows the same problem.

    • @nikolaydd6219
      @nikolaydd6219 4 роки тому

      Who has error "Microsoft Visual C++ 2017-2019 Redistributable (x64)", You need to install version 3.0.6 and it will work yadi.sk/i/sjFSXZ_zyhU-nQ

    • @shtappy
      @shtappy 4 роки тому +1

      github.com/AlturosDestinations/Alturos.Yolo/issues/139 It works with uninstalling mine and installing that

  • @sintaayusabilla8405
    @sintaayusabilla8405 4 роки тому +1

    I've this error System.DllNotFoundException: 'Unable to load DLL 'x64\yolo_cpp_dll_cpu.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'
    after i change platform target to 64 bit.

    • @jimmyaudrio2823
      @jimmyaudrio2823 4 роки тому +1

      same problem

    • @PiperMoxy
      @PiperMoxy 4 роки тому

      I uninstalled Alturos.Yolo version 2.6.4 and installed v2.2.2 and it worked.

  • @manomano6567
    @manomano6567 3 роки тому +1

    Alturos.yolo Library is not available in nuget why?

  • @TaquiAhmed
    @TaquiAhmed 6 років тому +1

    I'm getting an error : System.NullReferenceException: 'Object reference not set to an instance of an object.'
    just where you got the error for not configuring at x64.

    • @foxlearn
      @foxlearn  6 років тому

      You should download sourecode from nuget, then run the demo to know what exactly errors

    • @TaquiAhmed
      @TaquiAhmed 6 років тому

      @@foxlearn Can you provide me your solution? I did everything but nothing helps! :(

    • @foxlearn
      @foxlearn  6 років тому

      Check your visual c++ runtime installer, then change version code in the source file downloaded from nuget

  • @techwishsolutions
    @techwishsolutions 4 роки тому +1

    how to train for new object?

  • @msiplsoftware3428
    @msiplsoftware3428 4 роки тому

    'Unable to load DLL 'x64\yolo_cpp_dll_cpu.dll': The specified module could not be found. please help me out

  • @thedarkside0007
    @thedarkside0007 6 років тому +1

    i spent last 3 weeks using this repo but finally i made it fully work with gpu and on ip cams. i wish u could upload this video 3 weeks ago 😂

    • @foxlearn
      @foxlearn  6 років тому

      Sorry man :( . Thank you !

    • @ElectroLover76
      @ElectroLover76 6 років тому

      Hey, I need help with using this on webcams

    • @bawseable
      @bawseable 4 роки тому

      Hi ! I`m new to this domain and I have a school project like what you did . Can you please send me your code so I can try it ? :D

  • @enfissione8297
    @enfissione8297 5 років тому +1

    How i can train Yolo on my own dataset with Alturos.Yolo library?

    • @foxlearn
      @foxlearn  5 років тому +1

      OK. Thank you for your suggestion. I'll upload soon !

    • @edgardosanabria2486
      @edgardosanabria2486 4 роки тому

      @@foxlearn Thanks, i have the same question, how can i train yolo on my own dataset? Do you have a tutorial?

    • @Matze27396
      @Matze27396 4 роки тому

      I also want to train my own datasets.

  • @dilansozeyataroglu2707
    @dilansozeyataroglu2707 4 роки тому

    I got this error. How can I solve
    System.IO.FileNotFoundException:
    'Cannot found pre-trained model, check all config files available (.cfg, .weights, .names)'

  • @desync7
    @desync7 3 роки тому

    How do i use this on gpu?

  • @calvingunawan818
    @calvingunawan818 5 років тому

    Is it possible to use tensorflow's object detection api instead of yolo. The main problem I am facing is integrating tensorflow's python code into C# and because I am using python 3.7 iron python is not possible

    • @foxlearn
      @foxlearn  5 років тому

      OK. Thank you for your suggestion. Let me try to research

  • @강아름대학원생-전자
    @강아름대학원생-전자 5 років тому +1

    Hello, Do you know how to use GPU mode?

    • @Frank-xc2ib
      @Frank-xc2ib 5 років тому +1

      ­강아름[전자공학부] Check the parameters of the yolo wrapper.There is a parameter called gpu.Put the index of your gpu device there.

    • @Frank-xc2ib
      @Frank-xc2ib 5 років тому +1

      Btw, if your pc has going that can be used, you don’t need to set for it because it will automatically check and use it.

    • @강아름대학원생-전자
      @강아름대학원생-전자 5 років тому

      Oh I already did it! Thank you :)

  • @АнатолийП-я2н
    @АнатолийП-я2н 4 роки тому

    So there are still many questions, how to train on your data? How do I use the GPU?

    • @foxlearn
      @foxlearn  4 роки тому

      Thank you for your suggestion !

  • @lps3026
    @lps3026 6 років тому

    How can we count objects in each picture. For example if a picture has 3 cars and software let's us know has 3 cars

    • @foxlearn
      @foxlearn  6 років тому

      you can use the original source to train detection an object

  • @jobayerrifad544
    @jobayerrifad544 6 років тому

    please tell me how to get the data from TYPE COLUMN to print it in other than DataGridView

    • @foxlearn
      @foxlearn  6 років тому

      What do you mean? can you describe more details. thank you !

  • @lps3026
    @lps3026 6 років тому

    If I want to show a type of object to a textbox so how I could do?

    • @foxlearn
      @foxlearn  6 років тому

      What do you mean?

  • @MridulAhuja
    @MridulAhuja 5 років тому

    How can I highlight the detected items in the picturebox ?

    • @foxlearn
      @foxlearn  5 років тому +1

      OK. Thank you for your suggestion. I'll upload soon !

  • @bukhtiarawan6896
    @bukhtiarawan6896 6 років тому +4

    Always nice to see your videos. Could you please make videos using web forms. Thanks.

    • @foxlearn
      @foxlearn  6 років тому

      Ok. Thank you for your suggestions

    • @chuckt5930
      @chuckt5930 6 років тому

      ye i think something with webforms would be great

  • @chuckt5930
    @chuckt5930 6 років тому +1

    Awesome a quick one #FoxLearn did you create anything to do with export and import and saving it to MS SQLServer to DatagridView thank you

  • @adamzbudniewek4704
    @adamzbudniewek4704 6 років тому +3

    Thank you so much ! love you
    in the future of countinue it - you can show how to learn machine to detect own picture for example detect logo fox learn on pictures :)

    • @adamzbudniewek4704
      @adamzbudniewek4704 6 років тому +1

      in the future of countinue it - you can show how to learn machine to detect own picture for example detect logo fox learn on pictures :)

    • @foxlearn
      @foxlearn  6 років тому +1

      OK. Thank you for your suggestion. Let me try research it !

    • @Adamszsz
      @Adamszsz 6 років тому

      Yes , i witing too for it :) @Fox Learn when you gonna create video about it?

    • @Adamszsz
      @Adamszsz 5 років тому

      @@foxlearn
      We still waiting for it bro :)

  • @sync3217
    @sync3217 6 років тому

    It says it cannot find pre trained model at the config line

    • @foxlearn
      @foxlearn  6 років тому

      Please check your code again. you should install training data

    • @sync3217
      @sync3217 6 років тому

      @@foxlearn Oh its fine. I forgot to download the Data Preset library for it. Sorry for troubling you.

  • @korotkevichov
    @korotkevichov 5 років тому

    NO WORK! "System.DllNotFoundException: "Microsoft Visual C++ 2017-2019 Redistributable (x64)""! :(

    • @foxlearn
      @foxlearn  5 років тому +1

      You should install Microsoft Visual C++ packages

    • @korotkevichov
      @korotkevichov 5 років тому

      :) I thought so too, and reinstalled the program again (microsoft visual c++ 2015 2019 redistributable 14.21.27702).. It does not work.
      I understand that the topic is old. You can send the code of the working project .. korotkevichov@gmail.com. Thank you for earlier from Belarus!

    • @whatohyou01
      @whatohyou01 5 років тому

      @@korotkevichov goto github.com/AlturosDestinations/Alturos.Yolo

    • @chunhuiguo7710
      @chunhuiguo7710 4 роки тому

      @@Rassettaja Hi, Rasse, Could you please explain how did you do this in details.....I don't really understand how you can change yoloWrapper.cs to affect the code in this video..

    • @chunhuiguo7710
      @chunhuiguo7710 4 роки тому +1

      @@Rassettaja sry...I am new to this, do you mind telling me how to find this file in this solution? I could not find it...

  • @lestergetubig9161
    @lestergetubig9161 5 років тому

    Hi can this detect glass windows?

    • @foxlearn
      @foxlearn  5 років тому

      I think it can, but you need to create training data

    • @lestergetubig9161
      @lestergetubig9161 5 років тому

      @@foxlearn is there a tutorial link i can watch, thanks in advance

  • @mehdimahdi-xl7xq
    @mehdimahdi-xl7xq 5 років тому

    hi
    how to detect just one object? like a person

    • @sleepysundaymorning5034
      @sleepysundaymorning5034 5 років тому

      just set up a condition for the return data, so that the type is equal to person

  • @volehao
    @volehao 6 років тому

    Object detection realtime with yolo c#?

    • @foxlearn
      @foxlearn  6 років тому

      Yes

    • @volehao
      @volehao 6 років тому

      @@foxlearn How to detection object realtime on camera with Alturos.yolo c#?

  • @akhilvarghese8110
    @akhilvarghese8110 6 років тому

    I'm getting an error : System.ArgumentNullException: 'Value cannot be null.
    Parameter name: format'
    On the code pic.Image.Save(ms,ImageFormat.Png);
    Please advice

    • @foxlearn
      @foxlearn  6 років тому

      Please check your code again. i think you missing something

  • @martins.2325
    @martins.2325 6 років тому +1

    Thx #FoxLernan, nice tutorial :-) can u explain how to add new images to detect? would be very cool.

    • @foxlearn
      @foxlearn  6 років тому +1

      Let me try to research . thank you !

    • @adamzbudniewek4704
      @adamzbudniewek4704 6 років тому +1

      Yes we still waiting for it! :)_@@foxlearn

    • @Adamszsz
      @Adamszsz 6 років тому

      Yeah i need i too .Fox Learn please teach us this .

    • @emrecolak4643
      @emrecolak4643 11 місяців тому

      how stupid answers @@foxlearn

  • @ligeirow
    @ligeirow 5 років тому

    share project. how increase learn objects??

  • @DougSchofield
    @DougSchofield 3 роки тому

    At 2:25 I typed in "Alturos.Yolo" and no packages came up. This video leaves off some significant info. Waste of time.

  • @kamranmz
    @kamranmz 6 років тому

    Please add videos about Chatbots.(Winform or ASP.NET).hands up also if u want :)

    • @foxlearn
      @foxlearn  6 років тому

      OK. Thank you for your suggestion !

  • @alirezaabedi1885
    @alirezaabedi1885 6 років тому

    good

    • @foxlearn
      @foxlearn  6 років тому

      Thank you so much !

  • @jobayerrifad544
    @jobayerrifad544 6 років тому

    add some advance video on voice command in . net

  • @ElectroLover76
    @ElectroLover76 6 років тому

    Source code please?