Michał Maj
Michał Maj
@ThomasWolf0701 there is a problem with custom R generators fitting with R `keras package`, plese see: #70 I'm still working on permanent fix. Please provide your session info, R version,...
@ThomasWolf0701 what version of R packages (keras, tensorflow) do you have ?
@ThomasWolf0701 please install `platypus` package from `yolo3_fix` branch: `remotes::install_github("maju116/platypus@yolo3_fix")` and instead of `fit_generator` function use `yolo3_fit_generator` function like in the example below: https://github.com/maju116/platypus/blob/yolo3_fix/examples/Blood%20Cell%20Detection/Blood-Cell-Detection.md It's still work in progress, but I...
@ThomasWolf0701 In my settings I still have en error when using `yolo3_fit_generator` if in the `yolo3_generator` I set `shuffle = FALSE` so for the moment please use `shuffle = TRUE`...
@alefjonathan29 can you tell me what version of tensorflow (python module) and OS do you have ? Also please copy output form sessionInfo()
@alefjonathan29 Issue with custom R generators is unfortunately coming back to me all the time. In current version of R `keras` package generator functions are not working correctly (please refer...
@alefjonathan29 please install `platypus` package from `yolo3_fix` branch: `remotes::install_github("maju116/platypus@yolo3_fix")` and instead of `fit_generator` function use `yolo3_fit_generator` function like in the example below: https://github.com/maju116/platypus/blob/yolo3_fix/examples/Blood%20Cell%20Detection/Blood-Cell-Detection.md It's still work in progress, but I...
@alefjonathan29 This solution works for #82 (at least partially) . I didn't test it for older python versions yet, so if it's possible could you upgrade python version to at...
Hi @agronomofiorentini @wolfpack12 Unfortunately R `tensorflow` package is not suitable for advanced models like `yolo3`. I'm currently rewriting platypus to `python` and then I will create my own R connector....
@ngan-cassie if you want to cut images based on bounding boxes you can use `imager` or `magick` packages using box coordinates (xmin, xmax, ymin, ymax).