VisionEval / VisionEval-Dev

Development version of VisionEval framework
https://visioneval.github.io/
Apache License 2.0
6 stars 32 forks source link

Add unit conversion tables for model inputs and outputs to 'defs' #126

Closed jrawbits closed 2 years ago

jrawbits commented 3 years ago

Refer to Issues #122 and #124. Add standard table files to the 'defs' for each VIsionEval model so data in the input files can be automatically converted to the required internal units from units that are more convenient for the user to provide (obviating manual conversion of units as a data preparation step).

jrawbits commented 2 years ago

This is implemented in the "extract" function in VEModel. It needs to be generalized to query results as well.

jrawbits commented 2 years ago

I'm going to close this issue and refer people to #18 which addresses unit conversion in query results specifically.