Pinned Loading
-
Reset K8S Node
Reset K8S Node 1echo -n "Really want to reset this node? (y/N): "
2read -r check
34if [[ "$check" = "y" ]]; then
5echo "[INFO] Reset kubeadm"
-
K8S CNI - Flannel
K8S CNI - Flannel 1#!/bin/bash
23echo "[INFO] Deploying kube-flannel..."
4echo -n "Image prefix (default: '', example: 'harbor.local/library/'): "
5read -r image_prefix
-
monitor.sh
monitor.sh 1#!/bin/sh
2tmux new-session -d 'htop'
3tmux split-window -h 'watch -n 1 -d nvidia-smi'
4tmux split-window -v 'watch -n 1 -d sensors'
5# tmux -2 attach-session -d
-
pre-process_celeba.ipynb
pre-process_celeba.ipynb 1{
2"cells": [
3{
4"cell_type": "markdown",
5"metadata": {},
-
facenet-pytorch
facenet-pytorch PublicForked from timesler/facenet-pytorch
Pretrained Pytorch face detection (MTCNN) and recognition (InceptionResnet) models
Python
-
recognition-based-on-Mask-RCNN
recognition-based-on-Mask-RCNN PublicForked from chordou/recognition-based-on-Mask-RCNN
face recognition and object recognition
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.