CoolFace
Datasetpublic

hanchong/real-infrared-maritime-vessel-dataset-super-resolved

Real Infrared Maritime Vessel Dataset (Super-Resolved, HYPIR) HYPIR-restored crops of the real infrared maritime vessel dataset (cropped/), with vs without a fixed class-name text prompt guiding restoration. Layout real-infrared-maritime-vessel-dataset-super-resolved/ ├── w_cat_prompt/ restored with prompt: "infrared image of a <class-name> on sea water" │ ├── labels.txt, {train,val,test}.csv │ ├── train/{0..6}/*.png 25,045 │ ├── val/{0..6}/*.png… See the full description on the dataset page: https://huggingface.co/datasets/hanchong/real-infrared-maritime-vessel-dataset-super-resolved.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes81downloads
Dataset Card

Real Infrared Maritime Vessel Dataset (Super-Resolved, HYPIR)

HYPIR-restored crops of the real infrared maritime vessel dataset (cropped/), with vs without a fixed class-name text prompt guiding restoration.

Layout

real-infrared-maritime-vessel-dataset-super-resolved/
├── w_cat_prompt/     restored with prompt: "infrared image of a <class-name> on sea water"
│   ├── labels.txt, {train,val,test}.csv
│   ├── train/{0..6}/*.png      25,045
│   ├── val/{0..6}/*.png        700
│   └── test/*.png              700
└── wo_cat_prompt/    restored without a text prompt
    ├── labels.txt, {train,val,test}.csv
    ├── train/{0..6}/*.png      25,045
    ├── val/{0..6}/*.png        700
    └── test/*.png              700
{train,val,test}.csv are copied as-is from cropped/ in the real infrared maritime vessel dataset — same filenames/instances, since these images are restorations of that same crop set.

Classes

Alphabetical class order (labels.txt), matching cropped/ in the source dataset: 0 bulk carrier · 1 canoe · 2 container ship · 3 fishing boat · 4 liner · 5 sailboat · 6 warship

{train,val,test}.csv

columndescription
filenamefile name of the original full-frame source image (not the crop's own file name)
instance_idunique id of the object instance — the crop is saved as {instance_id}.png
labelclass name
image_size(W, H) of the source full-frame image
truncated1 if the object is cut off at the image border, else 0
bboxoriginal annotation box [x_min, y_min, x_max, y_max] in the source image
expanded_bboxthe context-expanded box used for the crop
expanded_bbox_size[w, h] of the expanded crop
label_idnumeric class id (alphabetical, matches the folder name)
hanchong/real-infrared-maritime-vessel-dataset-super-resolved · CoolFace