-
Updated
May 21, 2020 - JavaScript
coreml
Here are 437 public repositories matching this topic...
Platform (like ubuntu 16.04/win10): Windows 10
Python version: 3.7.4, mmdnn==0.2.5
Running scripts: mmconvert -f caffe -df keras -om test
I know that this command is not supposed to run without passing an input file, but the error message is incorrect and should be improved:
mmconvert: error: argument --srcFramework/-f: invalid choice: 'None' (choose from 'caffe', 'caffe2', 'cn
-
Updated
Dec 17, 2019 - Python
GCP QUICKSTART GUIDE
To get started using this repo quickly using a Google Cloud Platform (GCP) Deep Learning Virtual Machine (VM) follow the instructions below. New GCP users are eligible for a $300 free credit offer. Other quickstart options for this repo include our [Google Colab Notebook](https://colab.research.google.com/github/ultralytics/yolov3/blob
-
Updated
Jun 10, 2018 - Swift
-
Updated
Jan 29, 2019 - Swift
-
Updated
May 16, 2020 - Swift
-
Updated
Jun 16, 2018 - Swift
-
Updated
Feb 7, 2018 - Swift
-
Updated
Mar 14, 2018 - Swift
QRCode box overlay
Is it possible to implement an overlay to show where the qrcode is in the camera feed? just like this https://www.appcoda.com/barcode-reader-swift/
Was wondering how can I get the videoPreviewLayer of the camera so I can use transformedMetadataObject
-
Updated
Dec 26, 2019 - Swift
-
Updated
Nov 16, 2018 - Jupyter Notebook
-
Updated
Feb 13, 2019 - Jupyter Notebook
-
Updated
Dec 7, 2019
-
Updated
Aug 5, 2017 - Swift
-
Updated
Oct 8, 2019 - Swift
-
Updated
May 7, 2020 - Swift
-
Updated
Dec 11, 2017 - Swift
-
Updated
Apr 27, 2020 - Swift
-
Updated
Mar 17, 2018 - Python
-
Updated
Feb 9, 2018 - Swift
Improve this page
Add a description, image, and links to the coreml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coreml topic, visit your repo's landing page and select "manage topics."
This class could be used instead of cd file https://catboost.ai/docs/concepts/input-data_column-descfile.html when creating Pool from filez. The class should have init function, methods load and save, and Pool init method should be able to use object of this class instead of cd file during initialization.