input_stats dict | target_stats dict |
|---|---|
{
"image": {
"band_names": [
"red",
"green",
"blue"
],
"normalization_mode": "clip_rescale",
"mean": [
126.34723663330078,
130.169677734375,
106.58967590332031
],
"std": [
23.21583366394043,
19.638303756713867,
18.763477325439453
],
... | {
"class_counts": [
0,
18845
],
"total_boxes": 18845,
"total_samples": 0,
"num_classes": 2,
"box_area": [
0,
227.26821899414062
],
"box_width": [
0,
14.524709701538086
],
"box_height": [
0,
14.49046516418457
],
"box_aspect_ratio": [
0,
1.0098609924316406
... |
{
"image": {
"band_names": [
"red",
"green",
"blue"
],
"normalization_mode": "satmae",
"mean": [
126.23155975341797,
130.01219177246094,
106.48678588867188
],
"std": [
23.213321685791016,
19.646060943603516,
18.766963958740234
],
"v... | {
"class_counts": [
0,
19140
],
"total_boxes": 19140,
"total_samples": 0,
"num_classes": 2,
"box_area": [
0,
226.83445739746094
],
"box_width": [
0,
14.512669563293457
],
"box_height": [
0,
14.483868598937988
],
"box_aspect_ratio": [
0,
1.0096545219421387
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.