mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #31] [REFACTOR] Better datastructure for tfdata #15
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexisdrakopoulos on GitHub (May 29, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/31
tfdata is used throughout the code base and contains an undocumented number of keys and untyped values. This makes it quite complex to test and understand.
I would like a dataclass or pydantic model to handle this, here is my proposed model from some early tests:
Note:
@patrickchugh commented on GitHub (Dec 16, 2025):
Unnecessary complexity and requires too many code changes for little benefit.