peterchen183

Results 13 comments of peterchen183

> dynamic_axes是干嘛的……0 0 ``` torch.onnx.export(self.net, im, f = model_path, verbose = False, opset_version = 12, training = torch.onnx.TrainingMode.EVAL, do_constant_folding = True, input_names = input_layer_names, output_names = output_layer_names, dynamic_axes ={ 'images':...

> 呀?那……不设置的话是不是默认为1 应该算是吧 只能single inference了 相当于batch inference但batch_size为1

> ### Slide format > KFB > > ### Issue details > Hello! I am a Chinese user. May I ask whether the products of your company (openslide) can support...

`/* * KFBio (kfb) support */ #include "openslide-private.h" #include "openslide-decode-jpeg.h" #include "openslide-decode-tiff.h" #include "openslide-decode-tifflike.h" #include #include #include #include static const char KFB_EXT[] = ".kfb"; struct slide_zoom_level_section { int concat_exponent; double...

The code is not 100% completed, several "TODOs", basically it is modified from openslide-vendor-mirax.c. Sorry I don't think I have the permission to upload the sample KFB image which I...

At least the code work fine in my case, but sure it needs clean up and refactor, and also test out with more sample KFB files. ![kfb_test_file](https://github.com/openslide/openslide/assets/126555180/551dd052-b577-43b2-84f3-5b1c5aff0cdd)

_openslide_jpeg_read_2 declaration and implementation: `bool _openslide_jpeg_read_2(const char *filename, int64_t offset, uint32_t length, uint32_t *dest, int32_t w, int32_t h, GError **err);` `bool _openslide_jpeg_read_2(const char *filename, int64_t offset, uint32_t length, uint32_t *dest,...

> Hello buddy! You're supposed to have done what I really wanted to do, awesome! But unfortunately I still need to keep the KFB documents at hand confidential, maybe I...

> > > Hello buddy! You're supposed to have done what I really wanted to do, awesome! But unfortunately I still need to keep the KFB documents at hand confidential,...

> @XKhelloworld OpenSlide never modifies slide files on disk. It only supports reading slide files. > > @peterchen183 Thanks for working on this! However, do not post your code in...