bennetthardwick / darknet.js

A NodeJS wrapper of pjreddie's darknet / yolo.
65 stars 27 forks source link

Use AlexeyAB fork #30

Closed dreambit closed 4 years ago

dreambit commented 4 years ago

@bennetthardwick Hi

Do u have plans to use AlexeyAB fork?

Thanks

bennetthardwick commented 4 years ago

Hey @dreambit, I don't have any plans to change over to the AlexyAB fork just because I haven't really tested it. If it's so you can use darknet.js on Windows, I added #25 to track this.

If it's just for extra performance on the currently supported platforms - it shouldn't be too hard to add some extra logic if when installing the package to make it use that fork (provided the API is compatible).

xellDart commented 4 years ago

Hi, this supports yolo v4 tiny models?

bennetthardwick commented 4 years ago

Hey @xellDart I've just updated to the AlexyAB fork, so v4 should work :+1: If you run into any issues please let me know