platypus icon indicating copy to clipboard operation
platypus copied to clipboard

R package for object detection and image segmentation.

Results 31 platypus issues
Sort by recently updated
recently updated
newest added

**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

enhancement

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,...

bug

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...

bug

**Is your feature request related to a problem? Please describe.** I `u_net` function add ability to select Res-U-Net model

enhancement