nnc-plugin
nnc-plugin copied to clipboard
Export Plugin
Would this be the way to write additional network export plugins or should they be structured/placed elsewhere?
これは追加のネットワーク エクスポート プラグインを作成する方法ですか、それとも他の場所に構造化/配置する必要がありますか?
Thank you for your interest. I think you would like to add new plugin to export created model.
I think plugins/_Post_Process directory is suitable for this purpose, but you can put your python script under neural network console > plugins > _xxx (any ascii characters start with _).
After that, the plugin information will be updated automatically by launching neural network console application.
Some writing rules are available, please check this document (written in Japanese) : https://support.dl.sony.com/docs-ja/how_to_develop_a_plugin
I hope this information help you, but please let me know if this is not what you want to know.
I am grateful for the guidance. There is so much untapped potential in NN-Console through the use of plugins is this manner.