hehefan / Unsupervised-Person-Re-identification-Clustering-and-Fine-tuning

219 stars 87 forks source link

License #11

Closed daeyoun24 closed 6 years ago

daeyoun24 commented 6 years ago

Good day @hehefan,

Thanks for the great project! I'm wondering what's the license for the source code?

hehefan commented 6 years ago

The code is under the MIT License.

MIT License

Copyright (c) 2017 Hehe Fan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

daeyoun24 commented 6 years ago

Awesome!

Mickeybaby commented 5 years ago

Hi@daeyoun24 I want to ask you a question. When i run 'python unsupervised.py' FileNotFoundError: [Errno 2] No such file or directory: '../dataset/Duke/bounding_box_train/0001_c2_f0046182.jpg' The bounding_box_train folder is not used in the dataset! Can you give me some advice?Because the author seems to have abandoned the repo. I'll be grateful. Best wishes to you!

daeyoun24 commented 5 years ago

@Mickeybaby Hi, I see the bounding_box_train path (TRAIN) is being used in the line 63. Do you mean that the folder doesn't exist in the dataset?

Mickeybaby commented 5 years ago

@daeyoun24 I know the reason.Because i don't download the dataset. Thanks you! Best wishes!