Add EmoSet training and evaluation
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"title": "Image Viewer",
|
||||
"description": "Image viewer settings.",
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"command": "imageviewer:flip-horizontal",
|
||||
"keys": ["H"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:flip-vertical",
|
||||
"keys": ["V"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:invert-colors",
|
||||
"keys": ["I"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:reset-image",
|
||||
"keys": ["0"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:rotate-clockwise",
|
||||
"keys": ["]"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:rotate-counterclockwise",
|
||||
"keys": ["["],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:zoom-in",
|
||||
"keys": ["="],
|
||||
"selector": ".jp-ImageViewer"
|
||||
},
|
||||
{
|
||||
"command": "imageviewer:zoom-out",
|
||||
"keys": ["-"],
|
||||
"selector": ".jp-ImageViewer"
|
||||
}
|
||||
],
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user