vision
-
PIllow (PIL : Python Imaging Library)vision 2021. 5. 17. 02:06
i like reading python library documentation. Today is sunday ,so i started finding which documentation i'm gonna read in this week,doing object detection project, i saw some pil functions that handled image in code. In point of handling image, i think there're these libraries ;PIL, torchvision(in torch),OpenCv In this post , I'm gonna introduce PIL ! (it may have prejudice opinions) In near futu..
-
What is "Object detection" ?vision/Object detection 2021. 4. 30. 22:06
I'm in the situation I have to implement paper that is about object detection. That makes me so interesting ...but the problem is ..time is short So i started researching about this area. Summary of what i learned Object detection = Localization + classification In doing this , There're two kind of methods 1. 1-stage method (simultaneously) 2. 2-stage method (classification after getting resiona..