- SSH into NAS
- cd /share/CACHEDEV1_DATA/.qpkg/QTransmission/share/transmission
- wget https://github.com/ronggang/transmission-web-control/archive/v1.6.1-update1.zip # replace with latest zip
- unzip zipfile.zip
- cp -r web web-bak # backup web folder
- Move files from extracted zip's src folder into /share/CACHEDEV1_DATA/.qpkg/QTransmission/share/transmission/web
- Reload Transmission web page, done
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 ] |
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".