Stefan Dobrev

Results 17 comments of Stefan Dobrev

I was thinking about adding support for multiclass classification. In a nutshell it will require the following changes: * Add a new `classify_all` (or `classify_multi`) method in the C and...

Alternatively you can remove the download step in the pre-build script: [`CMakePreBuild.sh:46`](https://github.com/dusty-nv/jetson-inference/blob/6cf3b12f503d64903ca1e77d4c5474d9b1513a4c/CMakePreBuild.sh#L46).

@fealebenpae Maybe we should mention this in the [docs](https://github.com/NativeScript/nativescript-cli/blob/master/CocoaPods.md)?

It looks like it might be a bug in WebKit. You can file an issue [here](https://webkit.org/reporting-bugs/).

Hey @Sanjotarm, Can you please elaborate on your scenario? Is the text and table data part of the SVG itself or those are separate HTML elements? It would be great...

You would have to build this on your own. This library allows only for exporting SVG elements. This yields that you have two options: * Augment the SVG with additional...

It looks like your request exceeds the realm of this project. My suggestion is to post your question on StackOverflow where you will get relevant responses.

It looks like it is a CORS issue. `simpleimageresizer.com` is not serving the allow origin header for the image. Quoting [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img): > If the server does not give credentials to...

It's a JavaScript error. You can examine it in the `Console` tab.

Having this only for `development` sound great. Thanks.