PierceB / ParkingSpaceApp

To create an application to give data statistics on parking lots based off a live camera feed.
0 stars 0 forks source link

Pre process data on classifier #11

Closed PierceB closed 6 years ago

PierceB commented 6 years ago

The coordinates that the database returns for the classifier needs to be preprocessed so they can be stored in a 2D numpy array of size 4x2 so the image cropper and classifier can accept them

PierceB commented 6 years ago

Solved