These are my notes for Corey Schafer's Python OOP Tutorials. I really liked how the guy taught this course, and so these notes are for my future self, or whoever else finds them useful. Hats off to ...
├── dataset ├── modules ├── tutorial ├── script ├── utils ├── coco_demo.py ├── convert_voc_to_line_dataset.py ├── convert_voc_to_text_dataset.py ├── face_body_text_dataset.py ├── demo_test.py ...