Skip to content

Instantly share code, notes, and snippets.

View abdshomad's full-sized avatar

Abd Shomad abdshomad

  • Fujitsu Indonesia
  • Jakarta, Indonesia
View GitHub Profile
@anotherjavadude
anotherjavadude / index.html
Created June 21, 2012 08:07
d3.js Simple Tree and Cluster Demo
<!DOCTYPE html>
<html>
<head>
<title>Simple Tree and Cluster Demo</title>
<script src="http://d3js.org/d3.v2.js"></script>
<style>
svg {
border: solid 1px #ccc;
font: 10px sans-serif;
@leykov
leykov / map-sheets.html
Last active May 24, 2018 13:36
polymer + google-sheets
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/google-map/google-map.html">
<link rel="import" href="../bower_components/google-sheets/google-sheets.html">
<polymer-element name="map-sheet" noscript>
<template>
<google-sheets key="1s4j6YN_My1-fF2AZ12z3Ym8okUddkivOux0jC3M1Nho" rows="{{rows}}" published">
</google-sheets>
<google-map fittomarkers>
<template repeat="{{row in rows}}">
@bharath5673
bharath5673 / deepstream 6.1_ubuntu20.04 installation.md
Last active April 6, 2024 13:38
NVIDIA DeepStream SDK 6.1 / 6.0.1 / 6.0 configuration for YOLO-v5 & YOLO-v7 models

Steps to install Deepstream-6.1 on Ubuntu_20.04-LTS, Run YOLO and YOLO.py


Alt Text

***Needed Ubuntu-20 and nvidia driver 510

Step 1: Install Cuda 11.6


wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-60