Merge branch 'fe/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into fe/refactor/admin-page
This commit is contained in:
commit
ad2de41efa
@ -6,4 +6,4 @@ export default {
|
||||
component: CanvasControlBar,
|
||||
};
|
||||
|
||||
export const Default = () => <CanvasControlBar />;
|
||||
export const Default = () => <CanvasControlBar saveJson={() => {}} />;
|
||||
|
@ -259,7 +259,7 @@ export interface Shape {
|
||||
|
||||
export interface LabelJson {
|
||||
version: string;
|
||||
task_type: 'det' | 'seg';
|
||||
task_type: 'cls' | 'det' | 'seg';
|
||||
shapes: Shape[];
|
||||
split: string;
|
||||
imageHeight: number;
|
||||
|
Loading…
Reference in New Issue
Block a user