-
Notifications
You must be signed in to change notification settings - Fork 131
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
create_object_detection_table error #278
Comments
It seems to use linux path to access a windows directory. That will cause the issue. Please look at local_path docstring: |
In our case the Python client and the CAS server have the same OS (they are the same machine). We have tried the code without specifying the local_path and we got the same error. There aren't any Windows directory. Why should it look for a Windows directory? |
Well, if client and server are on the same machine, you don't need to set local_path. Could you send me the error message? |
Hi,
I've been trying to execute the create_object_detection_table function with no luck so far.
I am using only the data_path option as iamges and cas server are in the same machine.
Attached the error I am receiving. I really don't get why it is looking for a object_x file or path.
Any ideas?
Thanks!!
Matteo
The text was updated successfully, but these errors were encountered: