Page MenuHomePhabricator

Organize shape models distribution
Closed, ResolvedPublic

Description

Currently, all organ shape models are downloaded from the intranet. The lymph node shape model needs to be found by mitk::StandardFileLocations.

Hannes, could you please

  • talk to Marco about which server to use for downloading shape models
  • prepare a list of models with their respective size
  • decide with Matthias (responsible for installer) and Marco (resp 3M) which models should be downloaded and which should be distributed via the installer

Thanks.

Event Timeline

I suggest to use this models for the installer:

Heart_LV_SM.zip 400kB
Heart_LV_SM.zip 500kB
LeftLung_SM.zip 5000kB
RightLung_SM.zip 5000kB
Liver_SM.zip 2500kB

Sum ~13500kB

They can be found in my home in public_html in my home folder.

In order to include the shape model files into the installer, the install command of cmake has to be used:

INSTALL(FILES filename.xxx DESTINATION bin)

The right place for these commands would be trunk/CMakeLists.txt line 50 ff.

Open question is where to place the model-files, I'm not sure whether some SVN inclusion makes sense... Marco?

Special case is the Lymph node shape model: 2 Files, together 72 kB.
These are in the moment not supported to be loaded from the internet.
Could these be somehow included in the installer? E.g. as Qt resource?

(In reply to comment #3)

Special case is the Lymph node shape model: 2 Files, together 72 kB.
These are in the moment not supported to be loaded from the internet.
Could these be somehow included in the installer? E.g. as Qt resource?

Yes, I can include them. where are the current models? mitk-data repository, some home-path?

[SVN revision 20567]
FIX (#2979): download URL for shape models

Uploaded shape models to http://mitk.org/data/ssm/ , adapted path in mitkShapeBasedSegmentationGenerator.cpp.

Downloading works now, distribution with installer CD is open issue.

Does no longer block #3049, as the models are distributed with the installer.

Verified, works for me with installer Rev. 20568.
Does no longer block #2698, then, as models are theoretically always available. Will open a new bug for CD distribution.

Merging "applicazion modules" component with "ExtApp plugins"