Allen Goodman

Results 37 issues of Allen Goodman

![mmath](https://user-images.githubusercontent.com/315821/182866661-5f79933b-28db-46bb-b4c7-a5b84054d9c7.png)

cla signed

I really like the mission of Weld and would love to contribute! How would you suggest I get started? Is there a Slack (or similar) workspace to chat?

In an effort to further simplify the existing interface and to improve self-documentation I’d like to rename a few layers and backend functions to be clearer. I’d like to rename...

enhancement

The following code: ```Python model = keras_rcnn.models.RPN(image, classes) model.compile("adam") prediction = model.predict_generator(generator) ``` throws the following `InvalidArgumentError` exception: ``` InvalidArgumentError: You must feed a value for placeholder tensor 'proposal_target_1/keras_learning_phase' with...

bug

keras-rcnn should provide a mean average precision (mAP) [Keras-compatiable metric](https://keras.io/metrics/) that can be used to evaluate the performance of a model during training.

enhancement
help wanted

Path Aggregation Network for Instance Segmentation Shu Liu, Lu Qi, Haifang Qin, Jianping Shi, Jiaya Jia. IEEE Conference on Computer Vision and Pattern Recognition, (CVPR), 2018 (Spotlight Presentation) Ranked No....

enhancement

The RPN and RCNN layers have methods for their respective losses (each has a classification_loss and a regression_loss). We should refactor the methods into functions and move them into the...

enhancement
help wanted

enhancement
help wanted

enhancement
help wanted