You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
The formats module should contain the code needed to describe the data.
For example, it should contain a CCAgT submodule responsible for loading, modifying, and saving data in CCAgT format.
Also, perhaps submodules for loading, validating and saving data in the formats should be added: COCO and Label Box. You Probably will need to add other private submodules such as annotations and masks.
The
formatsmodule should contain the code needed to describe the data.For example, it should contain a
CCAgTsubmodule responsible for loading, modifying, and saving data in CCAgT format.Also, perhaps submodules for loading, validating and saving data in the formats should be added:
COCOandLabel Box. You Probably will need to add other private submodules such as annotations and masks.