-
Notifications
You must be signed in to change notification settings - Fork 86
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
Object detection #12
Comments
Depends on the object(s)?
You could train on your own dataset with custom classes wherein every class corresponds to the object you want to detect.
This however require you to have the labeled data.
… Am 15.10.2017 um 21:51 schrieb 4F2E4A2E ***@***.***>:
Hi there and thank you for piwise!
My question is: how could piwise or any segnet implementation be used for object detection?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#12>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABsq8kwO186XsgdK8TDJGxuNBJ9zJrc-ks5ssmJMgaJpZM4P53ni>.
|
Can you please explain on how it would depend on the object? |
From what should the network know if you want to detect an apple or a car?
… Am 15.10.2017 um 21:58 schrieb 4F2E4A2E ***@***.***>:
Can you please explain on how it would depend on the object?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#12 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABsq8hMzKgEhCptMJ5rECdux3Ctj8bmcks5ssmPkgaJpZM4P53ni>.
|
Please elaborate, could any network know any difference besides the information given by the semantic segmentation labeling? |
You can’t say for sure what happens in the hidden layers but generally the network will only output what it was trained with.
… Am 15.10.2017 um 22:03 schrieb 4F2E4A2E ***@***.***>:
Please elaborate, could any network know any difference besides the information given by the semantic segmentation labeling?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#12 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABsq8rpwevk2Yam2gLXE40pf3w3lZleUks5ssmUtgaJpZM4P53ni>.
|
Exactly, that's my honest opinion too, but my question is, how to train with the segmented ground truth data? |
You should checkout „fine-tuning“.
… Am 15.10.2017 um 23:05 schrieb 4F2E4A2E ***@***.***>:
Exactly, that's my honest opinion too, but my question is, how to train with the segmented ground truth data?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#12 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABsq8l1Dv6x0zwVSzd_6gO_Pf3y1zmlIks5ssnOogaJpZM4P53ni>.
|
This one? https://arxiv.org/pdf/1601.05150.pdf |
Yes that is one application. Actually „fine-tuning“ is quite a common term in deep learning:
http://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html
It is also required by some of the semantic segmentation networks which use a vgg trained network and fine tune it to the PASCAL VOC class labels.
… Am 16.10.2017 um 00:31 schrieb 4F2E4A2E ***@***.***>:
This one? https://arxiv.org/pdf/1601.05150.pdf <https://arxiv.org/pdf/1601.05150.pdf>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#12 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABsq8vzznW8z7AKai1dM6-F_L2lITs0rks5ssofFgaJpZM4P53ni>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there and thank you for piwise!
My question is: how could piwise or any segnet implementation be used for object detection?
The text was updated successfully, but these errors were encountered: