Baselight

Lumbar Coordinate Dataset

Medical images of the lower lumbar vertebra with keypoints.

@kaggle.brendanartley_lumbar_coordinate_pretraining_dataset

Coords Pretrain
@kaggle.brendanartley_lumbar_coordinate_pretraining_dataset.coords_pretrain

  • 38.82 KB
  • 5605 rows
  • 7 columns
filename

Filename

source

Source

x

X

y

Y

level

Level

relative_x

Relative X

relative_y

Relative Y

1_t2.jpgspider139175L5/S10.542968750.68359375
1_t2.jpgspider133157L4/L50.519531250.61328125
1_t2.jpgspider132131L3/L40.5156250.51171875
1_t2.jpgspider131102L2/L30.511718750.3984375
1_t2.jpgspider13484L1/L20.52343750.328125
2_t2.jpgspider143179L5/S10.558593750.69921875
2_t2.jpgspider129154L4/L50.503906250.6015625
2_t2.jpgspider123125L3/L40.480468750.48828125
2_t2.jpgspider12391L2/L30.480468750.35546875
2_t2.jpgspider12759L1/L20.496093750.23046875

CREATE TABLE coords_pretrain (
  "filename" VARCHAR,
  "source" VARCHAR,
  "x" BIGINT,
  "y" BIGINT,
  "level" VARCHAR,
  "relative_x" DOUBLE,
  "relative_y" DOUBLE
);

Share link

Anyone who has the link will be able to view this.