Cloud-CV / Cloud-CV/mat-cloudcv
ConfigParser not included
- Dominant language
- Java
- Stars
- 19
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
The command cv.init(config_path)
returns the following error:
No class ConfigParser can be located on the Java class path
Error in cloudcv/init (line 38)
obj.params = javaObject('ConfigParser',configFile);
I am using Matlab in 64-bit windows, if that makes a difference. Perhaps a jar file is missing, or can't be imported?
I have made sure that all the jar files mentioned in the included javaclasspath.txt are on my static java path in Matlab.
Perhaps there is way to upload an image and get results without using this? Can I see an example of the obj and val that are created by cloudcv.init? Maybe I can create them myself.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.