Replies: 1 comment 2 replies
-
ended up using https://github.com/joheras/CLoDSA |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand how to write a custum_mapper funciton to perform data augmentation on the registered training dataset, but I have a few questions:
Currently, I create a dataset_dict and metadataset and use those for showing the training images.
The custom_mapper function takes a dataset-dict as input, and returns one as well, but the exact type and structure are different. (in the input, there is "annotation", in the output "instances", and in different format, which doesnt allow plotting the image and annotations as the input dataset_dict can.
Performing the transformations is nice, but I want to use both the raw input, as the rotated/flipped etc. images.
I use instance segmentation with polygon annotated instances.
Beta Was this translation helpful? Give feedback.
All reactions