otx.algorithms.detection.tools.instance_segmentation_sample#

Sample Code of otx training for instance segmentation.

Functions

load_test_dataset(data_type[, task_type])

Load Sample dataset for Instance_segmentation.

main(args)

Main function of Detection Sample.

parse_args()

Parse function for getting model template & check export.

otx.algorithms.detection.tools.instance_segmentation_sample.load_test_dataset(data_type, task_type=Domain.INSTANCE_SEGMENTATION)[source]#

Load Sample dataset for Instance_segmentation.

otx.algorithms.detection.tools.instance_segmentation_sample.main(args)[source]#

Main function of Detection Sample.

otx.algorithms.detection.tools.instance_segmentation_sample.parse_args()[source]#

Parse function for getting model template & check export.