zenseact / zod

Software Development Kit for the Zenseact Open Dataset (ZOD)
https://zod.zenseact.com
MIT License
92 stars 13 forks source link

Simplify TSR extraction script #50

Closed atonderski closed 2 months ago

atonderski commented 2 months ago
  1. The TSR extraction script uses separate argparse logic, streamline this to use typer (same as when calling through cli)
  2. replace the cv2 depencency with PIL (we want to get rid of cv2)
  3. some minor cleanups, like using the Version enum