-
Notifications
You must be signed in to change notification settings - Fork 9
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
What files have you modified relative to the original darknet ? help #5
Comments
@clemente620 Yes, only image.c is modified, that is where the whole logic of people counting is located |
what does image_opencv.cpp use for ? |
there is a error that can not make In file included from ./src/image.c:25:0: |
@clemente620 It is used for performing opencv related operations like showing, loading an image, getting frames for video,etc |
@clemente620 Can you share the complete error log |
Hi,guy. There seems to be an error in " {} " of the code which you added codes in image.C. Would you please check again?@SmitSheth |
What files have you modified relative to the original darknet ? I noticed that image.c is modified.. I want to find out how you work this
The text was updated successfully, but these errors were encountered: