This is great! I do wish this were written in something other than Python. What is the carbon footprint of all this computer vision, compute-intensive code still being run billions of times a day in Python? Someone should calculate...
It is funny to see this comment get "-4" already... What's so offensive? After all, Facebook has rocksdb in C++, percona in java, and a PHP->C++ compiler, so they clearly have both the belief and the skill in moving away from interpreted programming languages for performance-sensitive code.
Facebook open-sources Detectron
31–40 of 188 posts
Re: Facebook open-sources Detectron
#32I'm happy that tech companies are open sourcing basic research all the time, and thinking a lot about what would have happened if large pharmacy companies did the same thing. I'm just hopeful that with new biotech companies the science behind curing people will get faster as well.
Companies rarely do basic research, and that's why it's very important to keep up public funding for it.
Re: Facebook open-sources Detectron
#33This is great! I do wish this were written in something other than Python. What is the carbon footprint of all this computer vision, compute-intensive code still being run billions of times a day in Python? Someone should calculate...
It is funny to see this comment get "-4" already... What's so offensive? After all, Facebook has rocksdb in C++, percona in java, and a PHP->C++ compiler, so they clearly have both the belief and the skill in moving away from interpreted programming languages for performance-sensitive code.
Re: Facebook open-sources Detectron
#34So is this the end of Google captchas asking for where the car/sign/whatever is? Will there be a final battle of AIs, where they will kill each other, and the unfettered access to websites over VPN/tor wins and laughs the last laugh?
No, they are like using that data to build self driving car algorithms. I would imagine that's why it's always asking you to detect roadsigns
Re: Facebook open-sources Detectron
#35So is this the end of Google captchas asking for where the car/sign/whatever is? Will there be a final battle of AIs, where they will kill each other, and the unfettered access to websites over VPN/tor wins and laughs the last laugh?
Amazon will have a new captcha asking how many boxes of cheeze-itz this person is holding on their way out of a store.
Re: Facebook open-sources Detectron
#36Even low FPS (3-5) would be acceptable.
Re: Facebook open-sources Detectron
#37Does anyone know an alternative that works on RaspberryPi? This states: "Detectron operators currently do not have CPU implementation; a GPU system is required." Even low FPS (3-5) would be acceptable.
https://github.com/tensorflow/models/tree/master/research/ob...
google also recently put up their mobilenet v2 paper which handles segmentation https://arxiv.org/abs/1801.04381
Re: Facebook open-sources Detectron
#38Does anyone know an alternative that works on RaspberryPi? This states: "Detectron operators currently do not have CPU implementation; a GPU system is required." Even low FPS (3-5) would be acceptable.
You could try tensorflow object_detection api with tensorflow lite https://github.com/tensorflow/models/tree/master/research/ob... google also recently put up their mobilenet v2 paper which handles segmentation https://arxiv.org/abs/1801.04381