roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
271 stars 70 forks source link

Fix `GazeModel` init #274

Closed iurisilvio closed 1 month ago

iurisilvio commented 1 month ago

Description

Fix #269.

The superclass expect a version_id. I'm kind of breaking backward compatibility because the class is broken anyway.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

Mypy like it.