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
First of all, thank you for sharing this wonderful project. I am working with an .XML annotation from the CAMELYON dataset and would like to use the annotation function in your code. Currently, you only support JSON annotations, and you've mentioned that XML support will be added in the future (preprocessing/patch_extraction/src/utils/patch_util.py). Could you please provide the XML code or explain how I can convert the XML annotation to a suitable JSON version?
Thank you in advance.
def get_regions_xml( path: Union[str, Path], exclude_classes: List[str] = None ) -> Tuple[List[np.ndarray], List[str]]: # TODO: Implement the functionality, write tests and docstring raise NotImplementedError( "The function is not implemented yet, but will be published in a future release!" )
The text was updated successfully, but these errors were encountered:
Hello,
First of all, thank you for sharing this wonderful project. I am working with an .XML annotation from the CAMELYON dataset and would like to use the annotation function in your code. Currently, you only support JSON annotations, and you've mentioned that XML support will be added in the future (preprocessing/patch_extraction/src/utils/patch_util.py). Could you please provide the XML code or explain how I can convert the XML annotation to a suitable JSON version?
Thank you in advance.
def get_regions_xml( path: Union[str, Path], exclude_classes: List[str] = None ) -> Tuple[List[np.ndarray], List[str]]: # TODO: Implement the functionality, write tests and docstring raise NotImplementedError( "The function is not implemented yet, but will be published in a future release!" )
The text was updated successfully, but these errors were encountered: