Bodo Kaiser

Results 70 comments of Bodo Kaiser

are there any updates on this? (last discussion on component.json was from 2012)

> data.transform.MinMaxNormalization(tf.uint16.max), There should be this data.transform.MinMaxNormalization(), Why? > Is preprocessing mechanism for contex-aware is different than that of unet,pixtopix one ? Yes, it is very different. For the context-aware...

Hey, yes you are right this repo isn't up to date anymore. You will probably best suited to look [here](https://nodejs.org/dist/latest-v7.x/docs/api/addons.html) and [here](https://github.com/nodejs/node/tree/master/src) to see how C++ add ons work. Also...

[Here](https://github.com/aws-amplify/amplify-js/issues/12147#issuecomment-1827576335) are at least two more users having the same problem

@nadetastic Maybe a more general solution to the problem is a `Storage` interface as used in v5? This would also re-enable the use of authenticated chrome extensions, which overwrote the...

> I have been trying to get started with mrtoct. After some slight modifications, I have had initial success with the data download, extract, convert and coregister, as well as...

@sudarshanregmi You should check these two repositories: 1. https://github.com/bodokaiser/mrtoct-scripts 2. https://github.com/bodokaiser/mrtoct-matlab I think the first one alone should be sufficient.

@sudarshanregmi sry for the late response, I didn't receive a notification per Email for some reason... The pre-processing doesn't touch the depth dimension because it doesn't matter for 2D convolutional...

> Did you upsample the number of slices? I don't think so. My dataset comprises all slices; I don't train patient-wise but on all slices of all patients. > Is...