Skip to content
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

How can I contribute? #12

Open
jaxony opened this issue Jul 14, 2017 · 4 comments
Open

How can I contribute? #12

jaxony opened this issue Jul 14, 2017 · 4 comments

Comments

@jaxony
Copy link

jaxony commented Jul 14, 2017

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

@Cysu
Copy link
Owner

Cysu commented Jul 14, 2017

@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:

  • Support more datasets: PRID, iLIDS, GRID, etc. May refer to this list
  • Combining all the datasets together to train models. (This mainly helps for applications)
  • More neural network models: ResNeXt, Inception-ResNet-v2, Shake-shake regularization, SqueezeNet, MobileNet, ShuffleNet, etc.
  • More metric learning algorithms: XQDA, Null Space Projection, etc.
  • Evaluation with multi-crop and multi-scale input images
  • Improving the documents

Some more complicated ones include:

  • Adding a reranking module with a factory of different methods
  • Refactor the feature_extraction module to make it support handcrafted features: LOMO, GOG, etc.
  • Support siamese networks with joint feature embedding

Any comments are welcome!

@jaxony
Copy link
Author

jaxony commented Jul 15, 2017

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

@jaxony
Copy link
Author

jaxony commented Jul 16, 2017

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
Copy link
Owner

Cysu commented Jul 17, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants