pado icon indicating copy to clipboard operation
pado copied to clipboard

Command line options to easily create datasets

Open ap-- opened this issue 3 years ago • 0 comments

  • [ ] create pado dataset from urlpath with images
  • [ ] ingest csv as metadata into pado dataset
  • [ ] ingest geojson (or qpproj?) as annotations into pado dataset
pado create \
   --image-path ./my-images/*.svs \
   --metadata ./my-metadata.csv --metadata-iid-column "filename" \
   --annotations ./geojson-annotations/*.geojson \
   ./output-dataset

ap-- avatar Sep 21 '22 14:09 ap--