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
Describe the bug
Current forte ontology missing CV components.
To Reproduce
Expected behavior
It requires several parts to be implemented.
DataPack operations on both image annotation and payload
Plus, we need to have add_image_entry() method w.r.t add_entry() as add_image_entry() involved with adding both ImageAnnotation and image payload.
ImageAnnotation and Grids class in forte/data/ontology/top.py
CV ontologies classes such as BoundingBox, Contour, Edge in forte/ontology_specs/base_ontology.json
Roadmap:
1. implement basic ImageAnnotation, Grids and Payloads class variables in DataPack to hold data. In test file, after adding data in a hard-coded way, the test implemented operations on the three data. DataPack basic operations on ImageAnnotations, Image Payload and Grids #795, target at milestone 0.3alpha
Describe the bug
Current forte ontology missing CV components.
To Reproduce
Expected behavior
It requires several parts to be implemented.
DataPack
operations on both image annotation and payloadadd_image_entry()
method w.r.tadd_entry()
asadd_image_entry()
involved with adding bothImageAnnotation
and imagepayload
.ImageAnnotation
andGrids
class inforte/data/ontology/top.py
BoundingBox
,Contour
,Edge
inforte/ontology_specs/base_ontology.json
Roadmap:
ImageAnnotation
,Grids
andPayloads
class variables inDataPack
to hold data. In test file, after adding data in a hard-coded way, the test implemented operations on the three data. DataPack basic operations on ImageAnnotations, Image Payload and Grids #795, target at milestone 0.3alphaBoundingBox
entries and methods to compute boundingbox overlaps Create a Bounding Box ontology and an IOU computation function #802, target at milestone 0.3alphaadd_image_entry
methods in DataPack, target at milestone 0.4Contour
,Edge
inforte/ontology_specs/base_ontology.json
, target at milestone 0.4Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: