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

Fix loading problem for some of darknet's models, i.e. assert end_point <= self.size #836

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adavoudi
Copy link

@adavoudi adavoudi commented Jul 7, 2018

This fixed the problem reported in several issues including #644, #586, #576, #432, #325, #223, #187, #153, #141, #24.

When the number of steps is lower than 32 bits, it will be saved in a 32-bit integer, not a 64-bit integer.

@keides2
Copy link

keides2 commented Jul 11, 2018

@adavoudi I'd like to try out the modified version, but I do not know how to merge it into my repository. Could you tell me the git command?

@adavoudi
Copy link
Author

@keides2 Just check out my repo at https://github.com/adavoudi/darkflow

@keides2
Copy link

keides2 commented Jul 11, 2018 via email

@keides2
Copy link

keides2 commented Jul 24, 2018

@adavoudi The following error occurred with the following command.

$ git clone https://github.com/adavoudi/darkflow
error: pathspec 'https: /github.com/adavoudi/darkflow' did not match any file (s) known to git.

Do I need to clone your repository and run this command?

I was cloning from

https://github.com/thtrieu/darkflow

and now I am in the branch (master) here.
[keides2@xxxx ~/darkflow]$git branch

  • master

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

Successfully merging this pull request may close these issues.

None yet

2 participants