OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8¶
- author:
Dragonfly Team
- contact:
- email:
- organization:
Comet Technologies Canada Inc.
- address:
460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7
- copyright:
Comet Technologies Canada Inc. All rights reserved 2023.
- date:
Feb 05 2020 09:51
- dragonflyVersion:
2020.1.0.743 (D)
- UUID:
0ce3cb74482711eaa219c86000a21918
Class Code¶
- class OrsPythonPlugins.OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8.OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8.OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8(*args, **kwargs)¶
This plugin can launch different specific model architecture. Model architectures are given by AbstractModelLogic.getAllSubclasses().
- classmethod getMainFormClass()¶
Gets the class of the main form
- Returns:
output –
- classmethod importAllLoggingClasses()¶
This method is called to make any class extension available for macro playing. It should:
import all class extension;
return a list of classes where logging is supported.
- Returns:
output (list of classes) – list of classes where logging is supported by the current plugin
- static openFileBrowser(model_dir: str)¶
Open the file browser in the folder containing the model.
- Parameters:
model_dir (str) – the model folder