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

Image Matting #88

Closed
smaranjitghose opened this issue Apr 10, 2020 · 1 comment
Closed

Image Matting #88

smaranjitghose opened this issue Apr 10, 2020 · 1 comment
Labels
rgsoc20 contributions from participants in Rails Girls Summer of code'2020 script working script for the issue

Comments

@smaranjitghose
Copy link
Owner

smaranjitghose commented Apr 10, 2020

Task:

Enhance images taken in low light conditions

Suggested workflow:

  • Inside the deeppixel directory, create a new sub-directory img_matting[Please name it appropriately and use camel_case]
  • In the first attempt 💭💭 use a [Jupyter notebook] to perform your work.
  • Once you are done give a Pull Request🩹 with the message 📩Developed Jupyter Notebook for Image Matting , briefing about your approach in the description and add a link of the above notebook in Google Colab [Please ensure you have given access]
  • Once merged😎 , build a script for the same task in the img_matting directory __(If you are using Deep Learning, ensure that you have saved your trained model and its weights so that in the script you build can simply fetch it instead of training again)
  • Use argparse library so that the input image and the output path can be given as arguments in the terminal while running the script
  • Update the requirements.txt file in the root directory of the master branch to ensure any additional modules you have used in present there.
  • Make sure you provide sample images/videos 📷 used
  • Give a Pull Request 🩹 with the message 📩Developed Script for Image Matting and mention how you have given the argument parameters to run the script in the description
  • Once approved, work on documenting every block of code if not every line of your script
  • Add a README.MD file with appropriate description [Please ensure you properly cite any research paper or blog you have taken direct reference from]
  • Give another Pull Request 🩹 with a message 📩 : Documentation Updated for Image Matting
  • Now save the model and the model weights, build a single python script that takes in an image and gives us the output (Make sure the model and model weight is properly named for future use) by using your already trained model

References :

This issue is related to a fairly complex topic and hence open to everyone for the contribution!

  • Initially, try with images and then proceed with videos if possible
@smaranjitghose smaranjitghose added documentation script working script for the issue rgsoc20 contributions from participants in Rails Girls Summer of code'2020 labels Apr 10, 2020
@parinistha
Copy link

Hello @smaranjitghose, my team MLninja would like to work on this. Can we be assigned this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rgsoc20 contributions from participants in Rails Girls Summer of code'2020 script working script for the issue
Projects
None yet
Development

No branches or pull requests

2 participants