Monday, June 22, 2020

PSF GSoC students blogs: Image Operations - Weekly Check-in 4

End of Week 3  - 22/06/2020


What did you do this week?

I worked on finishing up the directory source for reading images and its test cases. The directory source will be able to read images for performing unsupervised classification too! Next, I have started writing new image processing operations for performing various tasks such as extracting features like shape, color, edges and more! 

What is coming up next?

I'll continue to add image operations and start working on documenting how image classification will be performed using these operations in DFFML in the coming weeks!

Did you get stuck anywhere?

Got stuck at how the image operations may deal with default and optional parameters, but after discussions with my mentor things got clear.


Thank you for reading!



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...