-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improved GUI for training sample collection #467
Comments
Hello Professor, I was trying of perform supervised classification inside Nepal.
Then I started collecting samples as done in this video: https://www.youtube.com/watch?v=VWh5PxXPZw0 But, when I draw casually (when not in collecting sample mode), it stores the object. |
@iamrajbhattarai You can use |
Yes, I did that. But, the objects are not returned as feature collection. I think there is problem in the version available on the website or git hub. Even the polygons are joint when we draw. The polygon drawn during interaction in sample collector does not seem to work as shown in your video. After we draw a polygon, next polygon also starts from the end point of last polygon. But, main problem is those features are not returned as feature collection when using Map.user_rois.getInfo() command. |
I encountered this weird issue before. Try downgrading ipyleaflet to an earlier version, e.g., pip install -U ipyleaflet==0.13.3 |
Thank you professor. I made it. |
The current implementation can be improved by creating all classes beforehand and users can select whatever class to create training samples.
62_training.mp4
The text was updated successfully, but these errors were encountered: