nnc-plugin icon indicating copy to clipboard operation
nnc-plugin copied to clipboard

Export Plugin

Open JohnnyOpcode opened this issue 2 years ago • 2 comments

Would this be the way to write additional network export plugins or should they be structured/placed elsewhere?

これは追加のネットワーク エクスポート プラグインを作成する方法ですか、それとも他の場所に構造化/配置する必要がありますか?

JohnnyOpcode avatar Feb 15 '23 06:02 JohnnyOpcode

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.

TomonobuTsujikawa avatar Feb 16 '23 05:02 TomonobuTsujikawa

I am grateful for the guidance. There is so much untapped potential in NN-Console through the use of plugins is this manner.

JohnnyOpcode avatar Feb 16 '23 10:02 JohnnyOpcode