Skip to content

Instantly share code, notes, and snippets.

View epassaro's full-sized avatar
🇦🇷

Ezequiel Pássaro epassaro

🇦🇷
View GitHub Profile
# Ultralytics YOLO 🚀, GPL-3.0 license
# COCO8 dataset (first 8 images from COCO train2017) by Ultralytics
# Example usage: yolo train data=coco8.yaml
# parent
# ├── ultralytics
# └── datasets
# └── coco8 ← downloads here (1 MB)
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@epassaro
epassaro / logid.cfg
Created February 27, 2021 20:53
logiops configuration file for Logitech M585/M590.
devices: (
{
name: "M585/M590 Multi-Device Mouse";
buttons: (
{
cid: 0x56;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEUP"];
@epassaro
epassaro / wineclean.sh
Created October 17, 2020 20:43
Clean WINE local files
#! /bin/bash
echo; echo -n "Remove WINE and its configuration? [Y/n]: "
read -n 1 reply
if [ "$reply" != "y" ] && [ "$reply" != "Y" ]; then
echo; echo
echo "Exiting."; echo
exit 0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@epassaro
epassaro / package_structure_meeting.ipynb
Last active July 6, 2020 14:41
Python Package Structure Notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.