This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Finetune SemanticSegmentation
with ImageEmbedder
backbone
#1289
Labels
enhancement
New feature or request
Milestone
Discussed in #1288
Originally posted by sirtris April 11, 2022
Hi,
I have pre-trained my own network backbone using the
ImageEmbedder
. I would now use this model in a down-stream segmentation task. How could I do this?For a classification task I would try:
model = ImageClassifier.load_from_checkpoint("image_classification_model.pt")
The problem is that the
SemanticSegmentation()
has no functionload_from_checkpoint
Thanks
The text was updated successfully, but these errors were encountered: