保存形式の変更
Opened this issue · 1 comments
613B commented
opendir -> 画像のみを含むディレクトリを選択 -> このディレクトリの名前.json のファイルを作成し、ディレクトリと同じ階層に保存
jsonファイルの中身は、
{
'quads': [
{
'id': str(any),
'coordinates': [[int, int] ... [int, int]],
},
....
],
'labels': {
filename(str): {
id(str): label(str),
...
},
...
},
'paths': [],
}
613B commented
常に Keep Previous Annotation
を有効にしておく。 Open File
では json
のみを選択できるようにする。Open File
Open Dir
実行時にjson
が登録されていなければアノテーションをすべてクリアする。json
があればそれをロードする。