AI Computer Vision#

intro#

basic features#

pytorch layers#

lib#

concepts#

augmentation#

demo arch#

common arch#

inference#

transfer learning#

debug by visualize#

location#

(object) location
    
    localization                - single object in the image
        classification          - what the object
        regression              - where the object
    
    detection                   -no knowledge of how many objects are in the image
        Segmentation
            - classification    - what the object
            - pixel regression  - where the object

localization#

detection#

Segmentation#