crowsetta icon indicating copy to clipboard operation
crowsetta copied to clipboard

ENH: add 'raw' attribute to annotation formats?

Open NickleDave opened this issue 2 years ago • 0 comments

in some cases it might be useful to have the "raw" annotations in whatever way they were loaded, e.g. a dict or some other data structure besides the attrs attributes declared by the class

could have a raw attribute for all formats that just keeps that structure?

trade-off is this increases size -- wouldn't want it to be default

add a keep_raw argument to from_file that defaults to False?

NickleDave avatar Apr 10 '22 13:04 NickleDave