platypus
platypus copied to clipboard
R package for object detection and image segmentation.
**Describe the bug** I was following your steps but this error popped up when i was trying to create the yolov3 architecture **To Reproduce** Code and steps to reproduce the...
Dear creator, I am trying to use your package but have encountered difficulties when using the yolo3_generator function. The code that give the error is the following ``` train_blood_yolo_generator Error...
**Describe the bug** I ran the example (BCCD) on Kaggle, and my personal laptop. And I got this error: `nm` must be `NULL` or a character vector the same length...
Hi, I received the below message when tried to install this package Warning message: In i.p(...) : installation of package ‘C:/Users/Tam/AppData/Local/Temp/RtmpYFd7Ch/file2a889718ff/platypus_0.1.1.tar.gz’ had non-zero exit status
# PR CREATOR PART ## Short description: ## Which issues are closed by this PR (use "Closes #ISSUE_NR" statements): ## Additional information: # PR REVIEWER PART ## Check all that...
**Describe the bug** I have a comment about the yolo3_generator() function. This function works badly (set shuffle = FALSE) when the number of input images length(annot_paths) is not divisible without...
Hi I'm currently using this package to detect daily objects in Haiti. As this model is only used on 80 classes, I wonder is there anyway I can cut out...
**Describe the bug** at the moment if there is no object detected in an image at a particular obj_threshold, then get_boxes throws the following error: "Error: `nm` must be `NULL`...
**Describe the bug** This bug is associated with the BCCD example: https://github.com/maju116/platypus/blob/yolo3_fix/examples/Blood%20Cell%20Detection/Blood-Cell-Detection.md?fbclid=IwAR1-c-JKTEj6rCad5uCdDh84zzQ7Hv7rdXKZclQQZpAUOGiFyXNpwxj8p-Y **To Reproduce** There is a possibility that running this code: ``` walk2(c("train", "valid", "test"), list(train_ids, valid_ids, test_ids), ~...
Describe the bug I ran the cell sample from the github page and till the compile step everything is fine. When running the compile step I get: Error in py_call_impl(callable,...