Git Product home page Git Product logo

Comments (11)

schwittlick avatar schwittlick commented on August 15, 2024 3

Whoops. That repo is good and should help a lot to compile a lib and for Windows compilable headers. I'll try to find time soon and let you know here 🙏

from ofxdarknet.

genekogan avatar genekogan commented on August 15, 2024 2

@johanjohan no you do not need the beta -- this is using the backend models only. essentially, ofxRunway is an openframeworks replacement for the runway client application (which is what the beta is for)

from ofxdarknet.

bingxinfeng avatar bingxinfeng commented on August 15, 2024 2

Hi @schwittlick I downloaded the ofxDarknet, but failed to complied the yolo example. It's said that 'cuda_runtime.h' file not found cuda.h. Is there any way to fix this? (I'm a Mac user. ) I saw in the other forums that you guys said that it's difficult to maintain darknet in C++...seems the cuda problem hasn't been solved?
For my project I need to detect and count how many people in the camera, is there any other addons can achieve this purpose?
Thanks!

from ofxdarknet.

genekogan avatar genekogan commented on August 15, 2024 1

hey @kocica @schwittlick.

we've had trouble maintaining ofxDarknet because of the complex dependencies and need to extern darknet's C code into openframeworks C++. in general it's a pain to maintain because it's just difficult to manage this in c++.

an alternative i've started working on is ofxRunway where the idea is to take darknet and other libraries and instead of wrapping them to C++, keep them the way they are and containerize them and create a server that runs alongside an OF client which sends the server the image and gets the results back over HTTP. This is already confirmed working for a bunch of python-based repos, haven't wrapped darknet yet though. i can give more info if you are interested in helping.

from ofxdarknet.

iraadit avatar iraadit commented on August 15, 2024 1

Hi @johanjohan,

Sorry, I forgot to paste the link.
Here it is: https://github.com/AlexeyAB/darknet

from ofxdarknet.

schwittlick avatar schwittlick commented on August 15, 2024

Hey @kocica

unfortunately I don't have the time to keep this project maintained myself. So please check it out and post your progress here. I'll do my best to assist you!

from ofxdarknet.

iraadit avatar iraadit commented on August 15, 2024

Hi @genekogan,

Just for info, this fork of Darknet (that is more maintained that the original one) is providing a C++ api.

Nice what you're doing for Runway.

Edit: https://github.com/AlexeyAB/darknet

from ofxdarknet.

johanjohan avatar johanjohan commented on August 15, 2024

hi @genekogan, interesting! is the assumption correct, that one needs their beta package in order to run the server?

from ofxdarknet.

johanjohan avatar johanjohan commented on August 15, 2024

hi @iraadit , which fork are you refering to?

from ofxdarknet.

kocica avatar kocica commented on August 15, 2024

Hi @iraadit,

this fork is awesome and I am currently trying to get it working together with this repo. Yet without success unfortunately - mainly because I am not windows user so I struggle even with darknet compilation. So if anybody could provide windows darknet built libs - would be very appreciated.

from ofxdarknet.

kocica avatar kocica commented on August 15, 2024

Hi @schwittlick,

it would be great, because I want to use this repo for my object detection video presentation at conference and I would like to make it run in less than 7 days. Unfortunately I am struggling with darknet compilation on windows, since I am mostly linux user.

from ofxdarknet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.