Gant Laborde

Results 86 issues of 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...

docs

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) =>...

type:bug
stat:awaiting tensorflower

Currently if no labels are passed, the confidence is not show, only the bounding box. ### So this code: ```jsx ``` creates this result: ![image](https://user-images.githubusercontent.com/997157/154818024-0a703018-c177-44a7-b589-57ce007e3323.png) --------------- But when you add...

enhancement

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

enhancement

When turning on perf for camera elements, add FPS to stats

enhancement

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..

enhancement
help wanted