Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using ImageJ.JS as the front-end for model test run (#364)
* fix the bug caused by bioimage * try to use ij * fix bugs * changes for submit image * allow run * change plugin to component * fix bug * format * change axes infer function * fix bugs * support show bool result * use test_input instead of sample_input as default * format * fix bug in axes infer * change image show name * Fix info panel color; endian error * Add Tile and Tiler classes for image tiling * delete old things * format * Fix test run form visibility based on type * Add waitForImjoy function to loadImJoy * fix Endianness issue * Refactor * Add model availability check for test-run-form component * Add ImgPadder class for image padding and cropping * Fix error input type of processForShow * change hypha server url * Refactor image processing logic in runModel * Add tiler for tile large image * allow tiler,merger,show support non-img2img output * fix bug * change Object.groupBy to lodash.groupBy * add advance menu allow user setting tile size * change the default of z-overlap to 0 * Support show the result of classification model
- Loading branch information