dsc-tiu / open-source-ml-ai

Open source repository for first time contributors who are ML-AI enthusiasts. Maintainer: Aryan Pareek @diffrxction
MIT License
5 stars 13 forks source link

Image Processing Tasks #3

Closed diffrxction closed 1 year ago

diffrxction commented 1 year ago

Requirments: Code and description in Markdown files

If you have any other implementations you would like to contribute, then mention them in the comments and I will allocate them to you.

Folder structure to follow:

├── Image Processing
│   ├── Image Reading, Writing (Create sub-folder here)
│   │   ├──ReadingImagesopencv.py  
│   │   ├──ReadingImagesopencv.md  
│   │   ├──WritingImagesopencv.py  
│   │   ├──WritingImagesopencv.md  
│   ├── Matplotlib Operations(Create sub-folder here)
│   │   ├──PlottingData.py  
│   │   ├──PlottingData.md  
│   │   ├──Subplots.py  
│   │   ├──Subplots.md  (and so on....)

Please see, you will be allotted a small portion of the topics mentioned above just so all interested people have a chance to contribute.

Also notice the labels for each issue, that will give you an idea about what kind of work you are expected to do.

Cheers! 😄

AAnirudh07 commented 1 year ago

Hi, I'd like to work on the python script for reading images (with options). Additionally, I thought of adding a script for reading video streams. Could you please assign this task to me?

diffrxction commented 1 year ago

Hey @AAnirudh07, sounds great, if possible please include code for reading videos faster than the inbuilt video reader (this is not absolutely necessary but could be a good add-on to this repo). Reason being that the default video readers read at comparatively lower fps than the video default fps reading.

For just reading images and videos, try to also include ways to write them in their relevant libraries, in different color channels and ranges. And lastly please provide a documentation file to go along with your code in Markdown format (.md). Thank you and all the best!

AAnirudh07 commented 1 year ago

Can I make a PR on how to write images and videos in Python (code + documentation)?

diffrxction commented 1 year ago

Can I make a PR on how to write images and videos in Python (code + documentation)?

Yeah no problem buddy. Go ahead, make a separate sub-folder like you did last time and include both code and documentation for the same.