Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to compile on windows #10

Open
sofffja opened this issue Nov 21, 2019 · 3 comments
Open

Want to compile on windows #10

sofffja opened this issue Nov 21, 2019 · 3 comments

Comments

@sofffja
Copy link

sofffja commented Nov 21, 2019

Do you know a way to compile this on windows ?

I've already compiled darknet with the Visual Studio projects included in the Build folder on the AlexeyAB repo. I couldn't do it with the make command.

@timonsku
Copy link
Member

hey sorry, this is not based on AlexeyAB's fork. You can certainly try to integrate the code changes into his fork, its not that much actually.

@sofffja
Copy link
Author

sofffja commented Nov 22, 2019

sure I will try that-- could you point me out some of the code changes ? don't know if I can figure it out
thnx anyway

@timonsku
Copy link
Member

Maybe take a look at the work artynet did in the other open issue about porting to yolov3
artynet/darknet-pjreddie@7c9aa7f
In that commit you find most changes that were made to this repo but applied to a much newer branch, its probably easier to start with that. All the commits he's done there should be the only thing you need to apply to AlexeyAB's fork.
This is the branch you need to look at https://github.com/artynet/darknet-pjreddie/commits/net-tab-fix
I didn't get around to applying this update to this repo so far.

There is only little modification to the actual source files, most code is in their own files.
The most work is probably getting those external libraries into the VS build system, not sure if they are all windows compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants