voxel51 / voxelgpt

AI assistant that can query visual datasets, search the FiftyOne docs, and answer general computer vision questions
https://gpt.fiftyone.ai
Apache License 2.0
234 stars 17 forks source link

Standardize runs #10

Closed jacobmarks closed 1 year ago

jacobmarks commented 1 year ago

Refactored the code so that all run types/computations/algorithms are handled in one step. This includes brain runs, evaluation runs, and metadata computation.

The code works, but support for evaluations and metadata is still lacking, mainly due to limited examples.

To do: