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
When training a model on patches or slices, the CapsDataset instance counts the number of elements per images. For that it needs to access the size of the image. However, if the user launch the extract command with the save_feature option, the pipeline will directly save the patches/slices without saving the images. And then the train command will crash because it cannot find the images.
We can by default save the images when launching the extract pipeline (even if we extract patch | slice | roi)
Or we can maybe pass the image size or the number of extracted elements as a meta data through the extract json
The text was updated successfully, but these errors were encountered:
ravih18
changed the title
Problem with extr
Problem with patch and slices when images are not in the CAPS
Sep 20, 2022
When training a model on patches or slices, the
CapsDataset
instance counts the number of elements per images. For that it needs to access the size of the image. However, if the user launch theextract
command with thesave_feature
option, the pipeline will directly save the patches/slices without saving the images. And then thetrain
command will crash because it cannot find the images.The text was updated successfully, but these errors were encountered: