Daniel Franco-Barranco

Results 27 comments of Daniel Franco-Barranco

Hello, When ``FULL_IMG`` is enable BiaPy will try to feed the entire image into the GPU, that's why it's crashing. Disable it to predict the image patch by patch (I'd...

Did you try it again with my recommendations?

The prediction should be the same size as the input image. Can you please pull the last version of the code and infer again?

We need to update the GUI to the new version 3.4.3 of BiaPy, where some bugs are already fixed. If you can use for the moment the notebook (recently updated...

Indeed, that library is commendable, however, we aim to minimise our dependence on external projects as much as possible.

Hi, Sorry for the delay... I'm pushing new changes ([60e06cc](https://github.com/BiaPyX/BiaPy/commits/master/)): I separated the percentile clipping for the normalization, so you can apply it using `'custom'` normalization. The idea of having...

Hi @pr4deepr, did you have time to check this? Thanks a lot!

Hello, Just to tell you that we make a new release of BiaPy solving minor bugs and some related to percentile clippling. Now it should be running in all the...

Hello @pr4deepr ! We have implemented the filtering for training/validation and test (ad6329716457f7d860eb8dc4964109b6f9e7e394). You can use it with `DATA.*.FILTER_SAMPLES` variables (e.g. [train variables here](https://github.com/BiaPyX/BiaPy/blob/91afc78d4384cf276059f579a93fdfaecf5a1e80/biapy/config/config.py#L288)). Hope you like it! I'm closing...