Gant Laborde
Gant Laborde
Great gem, but it doesn't show anyone what _exactly_ they get, without them doing investigation. Why not port over the demo app supplied by https://github.com/mutualmobile/MMDrawerController ? This would allow users...
So BP Template has an [`on_load`](https://github.com/infinitered/bluepotion-template) in the Application a lot like we have [`on_load` in RedPotion](https://github.com/infinitered/redpotion-template/blob/master/files/app/app_delegate.rb), but it's not really wired up in to ever happen! This can cause...
The default CSV loader loads each CSV twice. Example: ```ts let data = []; const csvDataset = tf.data.csv("https://s3.amazonaws.com/ir_public/temp/chess_labels.csv"); const column_names = await csvDataset.columnNames(); const sample = csvDataset.take(10); await sample.forEachAsync((row) =>...
Currently if no labels are passed, the confidence is not show, only the bounding box. ### So this code: ```jsx ``` creates this result:  --------------- But when you add...
It would be pretty epic to have a forever-live demo of the storybook on GH pages https://dev.to/kouts/deploy-storybook-to-github-pages-3bij
One of the benefits of React Native is that it isn't confined to JavaScript like the browser. While all the browser components can only utilize TensorFlow.js models, the React Native...
Rather than making components in many states, let's utilize controls. I've never done this, but it looks good: https://storybook.js.org/docs/react/essentials/controls
When turning on perf for camera elements, add FPS to stats
Several improvements were made to AILabLocalVideo in https://github.com/infinitered/ai-lab/pull/30 Apply these simple adjustments to WebCam as well for speed..