This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Hello world NGINX template for the blog | |
* | |
* For nginx data types refer - | |
* http://antoine.bonavita.free.fr/nginx_mod_dev_en.html | |
* @author: sunil mallya | |
* | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import base64 | |
import cStringIO | |
import cv2 | |
import numpy as np | |
from IPython.display import HTML | |
from PIL import Image | |
vis = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Getting started with SageMaker | |
https://docs.aws.amazon.com/sagemaker/latest/dg/gs.html | |
* Lab 1: Image Classification: | |
* Traffic Sign classification | |
* https://github.com/aws-samples/aws-ml-vision-end2end/ | |
* Lab 2: Transfer Learning | |
* https://s3.amazonaws.com/smallya-test/mxnet-finetune-nb/finetuning-mxnet.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MXNet Artifacts | |
https://s3.amazonaws.com/deeplens-araitats/HeadPoseDemo/HeadPoseMXModel/model-0000.params | |
https://s3.amazonaws.com/deeplens-araitats/HeadPoseDemo/HeadPoseMXModel/model-symbol.json | |
Lambda | |
https://s3.amazonaws.com/deeplens-araitats/HeadPoseDemo/HeadPoseLambda/HeadPoseFeb1-9082a683-bc2f-4dfb-bff3-d14b5b271a13.zip | |
OlderNewer