Cysu / open-reid

Open source person re-identification library in python
https://cysu.github.io/open-reid/
MIT License
1.34k stars 349 forks source link

How can I contribute? #12

Open jaxony opened 7 years ago

jaxony commented 7 years ago

I'd love to help out. Are there any ways we can contribute to Open-Reid?

Cysu commented 7 years ago

@jaxony Thank you very much for your interest in the project! I will compile a list of TODOs in detail later this weekend. For now, we may consider some simple changes:

Some more complicated ones include:

Any comments are welcome!

jaxony commented 7 years ago

@Cysu Thanks for the list! It's definitely enough to get started on. I'll start with the simpler changes.

jaxony commented 7 years ago

Hi @Cysu, I implemented a ShuffleNet over the weekend to add to open-reid. Unfortunately I don't have a good GPU to train on ImageNet to see if it even works. I wrote some basic tests, so the model's output size and operations should be correct.

I was hoping maybe you could test it out if you have a good GPU on hand?

Cysu commented 7 years ago

@jaxony That's great! Could you please open a pull request, so that I can checkout locally to test it?