Skip to content

Instantly share code, notes, and snippets.

@starkgate
starkgate / instructions.md
Created September 16, 2020 22:03
Install transmission-web-control on QNAP
@starkgate
starkgate / to_coco
Last active August 18, 2020 10:13
Convert a list of basic CSV annotations into JSON files and split the corresponding PNGs randomly into train, test, val folders
#!/bin/ruby
require 'json'
require 'csv'
require 'fileutils'
# Run this script in a directory with all PNGs and labels in COCO format in the annotations folder
folders = [ 'train', 'test', 'val' ]
proba = [ 0.6, 0.2, 0.2 ]
@starkgate
starkgate / nvidia.md
Last active April 5, 2024 11:30
Recommended Nvidia Profile Inspector settings for the Mass Effect Trilogy

Sources : brkbeatjunkie and Nvidia's guide

You'll need Nvidia Profile Inspector to enable these settings : http://www.techspot.com/downloads/5077-nvidia-inspector.html There should be a similar alternative for AMD, but I haven't researched it.

WORKING EXAMPLES

If you just want working values, follow the pictures below. The values are explained in more detail in the AA and AO sections. The values in the screenshots were tested for a stable 60 FPS on a GTX 1080, at 4K. Depending on your performance, you can try higher values of "Antialiasing - Setting" and "Antialiasing - Transparency Supersampling".