ljwztc / CLIP-Driven-Universal-Model

[ICCV 2023] CLIP-Driven Universal Model; Rank first in MSD Competition.
Other
521 stars 58 forks source link

the code of generalizability, transferability, and extensibility #72

Closed studyhard2024 closed 1 month ago

studyhard2024 commented 3 months ago

Thanks for the great jobs. Can you share the code of generalizability, transferability, and extensibility? I'd be very gratitude.

ljwztc commented 2 months ago

Generalizability code can be seen in the Direct Inference in Your OWN CT scans part in README. Transferability is a standard transfer learning process. You can leverage any existing transfer learning code, as long as you correctly load the provided model weights. Extensibility can be seen here.