keras-rcnn icon indicating copy to clipboard operation
keras-rcnn copied to clipboard

Keras package for region-based convolutional neural networks (RCNNs)

Results 71 keras-rcnn issues
Sort by recently updated
recently updated
newest added

keras-rcnn should include an implementation of [Mask R-CNN](https://arxiv.org/abs/1703.06870).

enhancement
help wanted

I run tests on Ubuntu 17.04, Python 3.5.3, numpy 1.14.0, tensorflow-gpu 1.4.1 (GTX 1070). Here you can find a log of only backend tests: https://gist.github.com/milani/f90e448388440a3897d9aee1c3023c30

Hi, I'm trying your keras_rcnn package (downloaded today) and when I run test file using code you have in README and after I add this import: `import keras_rcnn.models` I got...

Got this error message above upon following the instructions on the readme file: (target_bounding_boxes, target_image, target_scores, _), _ = generator.next() TypeError: only integer scalar arrays can be converted to a...

When i try to load nuclei data it says this ``` >>> nuclei.load_data() Downloading data from http://keras-rcnn.storage.googleapis.com/nuclei.tar.gz Traceback (most recent call last): File "", line 1, in File "keras_rcnn/datasets/nuclei.py", line...

Hi, I got a SyntaxError: invalid syntax in keras_rcnn\models\_rpn.py", line 169 name = f"p{index + 2}" I use anaconda 3 and python 3.5, anyone can help me fix this problem?

when inspect the trianingdata,this code( ....=generator.next() ) have an error : IndexError: index 1 is out of bounds for axis 0 with size 1.

I was playing around with keras-rcnn using Ubuntu and Python 3.4. From my Python shell: $ python Python 3.4.3 (default, Nov 17 2016, 01:08:31) [GCC 4.8.4] on linux Type "help",...

Hi, I wanted to ask how you handle regularization. I did not notice any usage of Dropout or other regularization methods. Is it necessary to add these?

added check for valid bounding boxes. If an invalid bounding box is detected, an exception is thrown