-
Notifications
You must be signed in to change notification settings - Fork 35
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
[Recognition] Object classification of new objects (given 45 minutes before the task) #2037
Comments
Closed
wkentaro
changed the title
Instantly (~45min) expandable object segmentation method
Instantly (~45min) extendable object segmentation method
Apr 11, 2017
wkentaro
changed the title
Instantly (~45min) extendable object segmentation method
Instantly (~45min) extendable object recognition method
Jun 27, 2017
wkentaro
changed the title
Instantly (~45min) extendable object recognition method
Object classification of new objects (given 45 minutes before the task)
Jun 27, 2017
@wkentaro |
It seems that we cannot make it before 3.2.0, so I postpone this part to 3.3.0. |
3 tasks
wkentaro
changed the title
Object classification of new objects (given 45 minutes before the task)
[Recognition] Object classification of new objects (given 45 minutes before the task)
Jul 13, 2017
Resolved by @wkentaro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduction
ARC2017 has new objects revealed 45 minutes before the challenge.
In that case, it is hard to collect training data and train the network, if we use deep learning approach in particular.
Possibly we can do something innovative to solve this problem.
Ideas
Idea1: Class segmentation network
We define object-class using existing objects, which is something more abstract than object name: book, cloth, box, transparent, etc.
And just before the challenge, we can define the object-class for newly passed objects.
By doing this, we can detect/segment objects by their object-class, not object-name.
Idea2: Run multi-gpu
Suggested at jsk-ros-pkg/jsk_recognition#2041 (comment)
The text was updated successfully, but these errors were encountered: