no performance evaluation on MSCOCO
TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
11–20 of 43 posts
Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#12Earlier quoted context omitted.
To be fair, the academic article did include the code : https://github.com/facebookresearch/deepmask It was just in Lua.
Deepmask is something else.
Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#13Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#14Surprised I still haven't seen a pytorch translation of deepmask / sharpmask. But glad to see atleast a tensorflow implementation. Will definitely try it out.
Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#15no performance evaluation on MSCOCO
We should publish more details, though. Thanks for bringing it up. Our implementation deviates a bit from the paper (as mentioned in the documentation), and optimizing for COCO was a 'nice to have' rather than being the main objective. We got pretty close to the reported numbers (within 3 to 4 percentage points) but that was with half the training steps compared to the paper. We'll try to add more details over the next few days.
Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#16Surprised I still haven't seen a pytorch translation of deepmask / sharpmask. But glad to see atleast a tensorflow implementation. Will definitely try it out.
Been out for a couple months: https://github.com/felixgwu/mask_rcnn_pytorch
Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#17Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#18God bless people who implement models from academic articles that should frankly include them to begin with. What's more is that this implementation has clear instructions for extending this to your datasets.
Boo hoo. Researchers tell the world for free exactly how to implement their state-of-the-art work (which probably cost north of $1M to develop) and promise to release code, and we're indignant because they didn't do it quite fast enough for us.
Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#19God bless people who implement models from academic articles that should frankly include them to begin with. What's more is that this implementation has clear instructions for extending this to your datasets.
> academic articles that should frankly include them to begin with. Boo hoo. Researchers tell the world for free exactly how to implement their state-of-the-art work (which probably cost north of $1M to develop) and promise to release code, and we're indignant because they didn't do it quite fast enough for us.
(2) I'm not aware of this promise you're speaking of... my understanding is that authors of papers are under no obligation to produce any implementation, let alone usable, documented implementations.
Re: TensorFlow Mask R-CNN code for pixelwise object detection and segmentation
#20Earlier quoted context omitted.
> academic articles that should frankly include them to begin with. Boo hoo. Researchers tell the world for free exactly how to implement their state-of-the-art work (which probably cost north of $1M to develop) and promise to release code, and we're indignant because they didn't do it quite fast enough for us.
(1) It's not free when the research is funded by public tax dollars (which I grant is not always, but often the case). (2) I'm not aware of this promise you're speaking of... my understanding is that authors of papers are under no obligation to produce any implementation, let alone usable, documented implementations.
The work was done at FAIR (Facebook), so that's not applicable here.
> (2) I'm not aware of this promise you're speaking of... my understanding is that authors of papers are under no obligation to produce any implementation, let alone usable, documented implementations.
Look at the paper [1], it's the last sentence of the abstract: "Code will be made available."
[1] https://research.fb.com/wp-content/uploads/2017/08/maskrcnn....