-
Notifications
You must be signed in to change notification settings - Fork 228
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
Why the "val" data-set is subset of "train" data-set? #36
Comments
BTW, I am software engineer at LG Electronics US. |
Hi @bhooshan-supe-gmail |
@layumi So I am wondering is this OK? Is this training reliable? |
|
Hi @layumi To be honest I am quite new to computer-vision and machine learning. |
Hi @layumi , We have our own but very small data-set (about 21 person-ids but about 1500 images). |
@bhooshan-supe-gmail And recently I release a dataset and code for satellite-view, drone-view, ground-view geo-localization. |
How would you go about adding this retrieval style evaluation? does it make sense here to add retrieval style evaluation in addition to classification evaluation which makes the model to classify images to person/object ids? |
Hi @nikky4D |
Sorry, I quoted it incorrectly, please see edited comment above |
Hi @nikky4D
|
Thank you. Then for the teacher training, is it better to use the retrieval split or classification setting for a more robust dg-net setup or does the dataset setup not matter in the final model? |
Hi Xiaodong Yang, Zhedong Zheng,
I am planning to use your model in one of our experimental project as base model for transfer learning.
And while studying I have noticed that your "val" (validation) dtat-set is subset of "train" (training) data-set. (Refer https://github.com/NVlabs/DG-Net/blob/master/prepare-market.py#L111)
And I believe that it is quite against my understanding.
So kindly explain why you have decided to have " validation data-set as subset of training data-set" ?
The text was updated successfully, but these errors were encountered: