Open yoojincha opened 2 years ago
If you follow below steps, you can can inception_v3 circle model file!
inception_v3.tflite
.bin/tflite2circle
../tflite2circle inception_v3.tflite inception_v3.circle
inception_v3.circle
with the editor!We have completed issue https://github.com/Samsung/ONE-vscode/issues/1269 and now ready to send pull request per each function.
These are brief explanations of the files we would like to merge:
These are brief explanations of the files we would like to merge in pull request #1328
src/CircleEditor
CircleEditorProvider.ts
CircleEditorDocument.ts
CircleEditorException.ts
MessageType.ts
src/Utils
TODO
[Circle Editor] Plans for new Circle Editor feature
We are planning to implement an editor feature to the currently embedded netron circle viewer.
There were demands for modifying data in circle file. However, it is difficult to manipulate data in circle file, which is in binary format. Therefore, we plan to increase convenience by enabling modification on the current circle viewer in GUI form.
We plan to add an edit button to the sidebar that appears when Circle graph is clicked. Our goal is to let users modify the data in Attribute/Input/Output sections by turning them into input areas when clicking the edit button.
Current Circle Viewer is set to be Read-Only, and does not allow modification. We plan to expand the existing CustomViewer, Provider, CustomDocument codes to enable data CRUD. Once the edit button is clicked on our new GUI, user input data will be transferred to our CustomEditor(updated version of the current CircleViewer) to apply the changes to the original Circle file.
Below are two designs we are considering for the edit button:
1) Pencil icon
2) VS Code style button