platypus
platypus copied to clipboard
R package for object detection and image segmentation.
**Is your feature request related to a problem? Please describe.** Add more losses/metrics for Semantic segmentation **Additional context** Check https://www.kaggle.com/bigironsphere/loss-function-library-keras-pytorch
When trying to run the BCCD example, with the data set and the code provided, the following error is displayed: > blood_yolo %>% fit_generator( generator = train_blood_yolo_generator, epochs = 1,...
In the following code it reads generator = blood_yolo_generator, but this has not been defined, so it should read train_blood_yolo_generator blood_yolo %>% fit_generator( generator = blood_yolo_generator, epochs = 1000, steps_per_epoch...
**Is your feature request related to a problem? Please describe.** I `u_net` function add ability to select Res-U-Net model