Abay Bektursun

Results 14 issues of Abay Bektursun

Currently, Metacar requires you to have script tag in html to import Pixi.js dependency ```html ``` I tried removing it and npm installing pixi.js package, but Metacar did not work:...

The dist version of the module `metacar.min.js` looks like this: ```javascript window.metacar=function(t) { ``` This can be easily solved by changing the `libraryTarget` in `webpack.config.js` ```javascript var packageConfig = Object.assign({},...

I have built everything and setup a DB and created the tables. When looking into `ScriptHookVDotNet2.log` I see: ``` [20:33:54] [DEBUG] Starting 1 script(s) ... ``` and that one script...

Hey, I was just curious, what's the point of threads here? Wouldn't GIL just prevent you from utilizing multi CPU setting?

I am tying to train image captioning model, however my captions are not full sentences but rather list of short descriptions (1-4 words) of the items in the image. I...

Do you guys see any issues converting the model to tflite for running on a coral chip? I can work on the conversion if you think it's possible

wandb for tracking training. Just add `wandb: True` to the config.

Addresses #195 and [unanswered question](https://github.com/ifzhang/ByteTrack/issues/5#issuecomment-966831946) in #5: Currently, after updating ByteTrack object, some of the bounding boxes will be dropped, and it's not possible to figure out the original bounding...

I followed the Readme step by step multiple times and tried test and production. It was never able to connect to Stripe. ``` No subscription pricing plans found. ``` Here...

Hi! New to DeepLab. I am trying to run an visualize kMaX results. I tried to adapt the `DeepLab_Demo` notebook, I tried the `store_raw_predictions` but I only get black images...