You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I think this problem is because of the inferencer I am using. Changing my config file and using, for example keras, the script KerasInferencer.cpp runs and it fails because Keras is not install in my pc. Because I'm using Caffe, is it necessary to set parameters like scaling factor, input size or mean subtraction in my config file? If so, how do I due configure it?
Yes, @DavidButra you will have to set additional parameters like scaling factor, input size etc, in the config file. I will just try it myself, and let you know, how to set them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
I have been trying Autoevaluator tool from Detection Suite using Caffe and three differents trained models. I created my config file like that:
After, I ran the app but a Segmentation fault (core dumped) error showed up:
This is due to a denied access to memory but I don't know the reason.
Anyone knows what could be the problem? Is this tool working currently?
Thanks!
The text was updated successfully, but these errors were encountered: