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
Hello,
I am an APOC newbie and was wondering if there was a formal API document?
Specifically, what is my total choice (description) for selecting features?
Can I input, train, and test on RGB or BGR color images?
I don't know if this project is still active ?
I have some additional questions on providing a custom feature set as the provided ones yield poor results.
For further support, I recommend reaching out via https://image.sc . Discussions there are more active than on GitHub; which is more for reporting bugs.
Hello,
I am an APOC newbie and was wondering if there was a formal API document?
Specifically, what is my total choice (description) for selecting features?
Can I input, train, and test on RGB or BGR color images?
segmenter = apoc.ObjectSegmenter(opencl_filename=cl_filename, positive_class_identifier=5) features = apoc.PredefinedFeatureSet.object_size_1_to_5_px.value apoc.train_classifier_from_image_folders( segmenter, features, image = image_folder, ground_truth = masks_folder)
thx e.-
The text was updated successfully, but these errors were encountered: