Skip to content

Instantly share code, notes, and snippets.

View notheotherben's full-sized avatar

Benjamin Pannell notheotherben

View GitHub Profile
@mang0kitty
mang0kitty / README.md
Last active April 3, 2023 19:32
YOLOv8 Weights and Biases

Weights and Biases Callbacks for YOLOv8

This Gist adds support for Weights and Biases to existing YOLOv8 models through their callback interface. Importing this file will register the necessary callbacks, or you can copy-paste this code as-is into your Jupyter notebook before creating your YOLO(...) model.

@notheotherben
notheotherben / certreq
Last active August 29, 2015 14:16
Sierra Softworks Guided Certificate Request Script
#! /usr/bin/env bash
echo "Sierra Softworks Certificate Request Script"
echo "v1.0.0-beta"
KEY_NAME=$1
EDITOR=$2
#################################################
################### IMPORTANT! ##################
#################################################
# These defaults are the StartSSL CA certificates
@mustafaturan
mustafaturan / ruby.2.0.0-setup.sh
Last active May 21, 2019 23:00
ruby 2.0.0 centos 6
#!/usr/bin/env bash
# repository
cd /tmp
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
# system update
yum -y update
yum -y groupinstall "Development Tools"
yum -y install libxslt-devel libyaml-devel libxml2-devel gdbm-devel libffi-devel zlib-devel openssl-devel libyaml-devel readline-devel curl-devel openssl-devel pcre-devel git memcached-devel valgrind-devel mysql-devel ImageMagick-devel ImageMagick