Closed hu-po closed 3 years ago
New naming scheme, the underscore before a name ensures that those files are listed first in a directory.
ANNOTATIONS:
coco_annotations.json
_annotations.coco.json
ZUMO_META.json
_annotations.zumo.json
annotations.csv
_annotations.custom.csv
mot.csv
_annotations.mot.csv
SIMS:
_meta.zumo.json
IMAGES:
IMG_00000000_iseg.png
image.00000000.iseg.png
IMG_00000000_depth.png
image.00000000.depth.png
IMG_00000000_rgb_annotated.png
image.00000000.rgb.annotated.png
VIZ:
category_histograms.png
_viz.category_histograms.png
color_correlations_plot.png
_viz.color_correlations_plot.png
image_shape_plot.png
_viz.image_shape_plot.png
pixel_histograms.png
_viz.pixel_histograms.png
ZUMO_DATASHEET.txt
_viz.datasheet.txt
LOGS: info.log can stay as info.log or possibly be _info.log
info.log
_info.log
more intuitive, easier to split, organize better in directory listings, and no longer mix upper and lower case
https://github.com/ZumoLabs/zpy/commit/074428840243f6b787d4f14d13c69f6a75b12377
New naming scheme, the underscore before a name ensures that those files are listed first in a directory.
ANNOTATIONS:
coco_annotations.json
becomes_annotations.coco.json
ZUMO_META.json
(zumo annotations) becomes_annotations.zumo.json
annotations.csv
becomes_annotations.custom.csv
mot.csv
becomes_annotations.mot.csv
SIMS:
ZUMO_META.json
(sim information) becomes_meta.zumo.json
IMAGES:
IMG_00000000_iseg.png
becomesimage.00000000.iseg.png
IMG_00000000_depth.png
becomesimage.00000000.depth.png
IMG_00000000_rgb_annotated.png
becomesimage.00000000.rgb.annotated.png
VIZ:
category_histograms.png
becomes_viz.category_histograms.png
color_correlations_plot.png
becomes_viz.color_correlations_plot.png
image_shape_plot.png
becomes_viz.image_shape_plot.png
pixel_histograms.png
becomes_viz.pixel_histograms.png
ZUMO_DATASHEET.txt
become_viz.datasheet.txt
LOGS:
info.log
can stay asinfo.log
or possibly be_info.log