OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8¶
| author: | ORSTeam |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2018. |
| date: | Feb 05 2020 09:51 |
| dragonflyVersion: | |
| 2020.1.0.743 (D) | |
| UUID: | 0ce3cb74482711eaa219c86000a21918 |
Class Code¶
-
class
OrsPythonPlugins.OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8.OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8.OrsSpecificDeepModels_2f69f7a2888111e9bbd10324bbb453a8(model_logic: ORSServiceClass.deepTrainer.specificsmodels.interfaces.abstractmodellogic.AbstractModelLogic, varname=None)¶ This plugin can launch different specific model architecture. Model architectures are given by AbstractModelLogic.getAllSubclasses().
-
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
canBeGenericallyOpened= False¶
-
classmethod
getMainFormClass()¶ Gets the class of the main form
Returns: output –
-
getModelLogic()¶
-
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
-
keepAlive= False¶
-
multiple= True¶
-
openFileBrowser(model_dir: str)¶ Open the file browser in the folder containing the model.
Parameters: model_dir (str) – the model folder
-
classmethod
openGUI(model_type_id: str)¶
-
savable= False¶
-
classmethod
toolsMenu()¶
-