Skip to content

Instantly share code, notes, and snippets.

View bedilbek's full-sized avatar
🎯
Focusing

Bedilbek Khamidov bedilbek

🎯
Focusing
View GitHub Profile
@bedilbek
bedilbek / Dockerfile.jetson
Last active November 23, 2024 18:36
Jetson Nano onnxruntime + OpenCV dockerfile
# This docker is based on:
# 1. https://github.com/dusty-nv/jetson-containers/blob/master/Dockerfile.ml for building OpenCV
# 2. https://github.com/microsoft/onnxruntime/blob/master/dockerfiles/Dockerfile.jetson for building onnxruntime
# Follow the below instructions before and after building this docker image:
# https://github.com/microsoft/onnxruntime/tree/master/dockerfiles#nvidia-jetson-tx1tx2nanoxavier
# syntax=docker/dockerfile:experimental
#
# This Dockerfile just installs pre-built ONNX Runtime wheel inside the image.
@bedilbek
bedilbek / install_opencv.4.5.0.sh
Created April 12, 2021 10:31
Jetson Nano OpenCV installation script
#!/bin/bash
#
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA Corporation and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA Corporation is strictly prohibited.
#
@bedilbek
bedilbek / mms-service.md
Created September 1, 2020 17:03
Custome MMS Service

Example Custom Service file

# custom service file

# model_handler.py

"""
ModelHandler defines a base model handler.
"""
@bedilbek
bedilbek / gluoncv-human-pose.ipynb
Last active August 28, 2020 20:02
GluonCV Human Pose.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.