Thursday, March 23, 2017

Common datasets for image processing and computer vision


Resources:

[1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html



No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...