-
Notifications
You must be signed in to change notification settings - Fork 40
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
Where to find logging for preprocessing Custom model #57
Comments
Hi @fulankun1412, This basically means it failed to load you preprocess Class. I'm assuming your def load() function failed? |
Yes certainly, but this kinda a long code i presume.
Maybe there's a problem with my code but I certainly followed tutorial for the custom model though I didn't use joblib module for load model |
Trying to create a custom model using Ultralytics' YoloV8, I got this message while using Postman for testing my endpoint.
header:
body payload:
The preprocess input would be like this:
The process
and the postprocess like this.
the problem is I want to check the logging to find which codes having problems from that and I can't find where the log is for preprocessing. because I'm pretty sure the problem is one of my codes but I cant find from what line it is. or is there any way to write the log in the docker log or terminal. Thanks
The text was updated successfully, but these errors were encountered: