-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Image Explorer] CanvasTools Image Loading support for Object Detecti…
…on (#2097) * bbox vott template ckpt * canvastools image load ckpt * loading image from scratch ckpt * canvastools image loading support * coordinate fixes * regiondata call + path fix * code cleanup * image loading ckpt * callback image loading support * lint fixes * disabling internal imports for vott * file refactor lint fix * auto lint fixes * lint fixes * image dims arg for frontend bbox * lint fixes * lint fixes * image dimension support * canvas module added * comment fix * async image loading support * lint fixes * lint fixes * max-lines lint fixes * lint fixes
- Loading branch information
1 parent
12ed667
commit 3609179
Showing
9 changed files
with
219 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,8 @@ | |
] | ||
} | ||
], | ||
"no-alert": ["error"] | ||
"no-alert": ["error"], | ||
"import/no-internal-modules": "off" | ||
} | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.