-
Tim Laibacher authoredTim Laibacher authored
setup.rst 3.47 KiB
Setup
Bob.ip.binseg
Complete bob's `installation`_ instructions. Then, to install this package
conda install bob.ip.binseg
Dataset Links
Setting up dataset paths
For each dataset that you are planning to use, set the datadir to the path where it is stored. E.g.:
bob config set bob.db.drive.datadir "/path/to/drivedataset/"
To check your current setup
bob config show
This should result in an output similar to the following:
{
"bob.db.chasedb1.datadir": "/idiap/resource/database/CHASE-DB11/",
"bob.db.drionsdb.datadir": "/idiap/resource/database/DRIONS",
"bob.db.drishtigs1.datadir": "/idiap/resource/database/Drishti-GS1/",
"bob.db.drive.datadir": "/idiap/resource/database/DRIVE",
"bob.db.hrf.datadir": "/idiap/resource/database/HRF",
"bob.db.iostar.datadir": "/idiap/resource/database/IOSTAR/IOSTAR Vessel Segmentation Dataset/",
"bob.db.refuge.datadir": "/idiap/resource/database/REFUGE",
"bob.db.rimoner3.datadir": "/idiap/resource/database/RIM-ONE/RIM-ONE r3",
"bob.db.stare.datadir": "/idiap/resource/database/STARE"
}
Testing dataset consitency
To check whether the downloaded version is consistent with
the structure that is expected by our bob.db
packages
run bob_dbmanage.py datasettocheck checkfiles
E.g.:
conda activate your-conda-env-with-bob.ip.binseg
bob_dbmanage.py drive checkfiles
> checkfiles completed sucessfully