-
Notifications
You must be signed in to change notification settings - Fork 71
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
版本 #13
Comments
补充下,主要是想知道整个的训练或者运行demo的流程,不知是否能在readme文件中做相应的更新呢?谢谢! |
@ChunmianLin 编译 训练 和测试 均和原版darknet相同 可以参考https://github.com/AlexeyAB/darknet |
感谢!你推荐的这个,里面的东西有点多,我整的有点蒙。我可以直接参考官网 darknet install里面的内容吗,如果编译通过的话,是否可以直接运行这个项目中yolo_darknet进行测试呢? |
嗯嗯 应该是可以的 |
@ChunmianLin 你要往上翻 看看具体是什么地方报错吧 , Makefile里面的环境你是否都支持 |
这就是最上面的内容了,我把darknet官网的项目拉下来后,就make了下,就出现这样子错误,不明白是哪里出问题了? |
How did you train successfully? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,请问这项目是在C的环境下编译的吗,有没有python版本的呢?相对而言,这个darknet c版本编译比较难,不好上手啊。
The text was updated successfully, but these errors were encountered: