Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Fix image sizes in example results
  • Loading branch information
hlomzik committed Feb 24, 2024
commit 27971549303830016cbdad4466cade157bc4e0d7
8 changes: 4 additions & 4 deletions e2e/examples/image-keypoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const result = [
from_name: 'tag',
to_name: 'img',
image_rotation: 0,
original_height: 501,
original_width: 800,
original_height: 576,
original_width: 768,
type: 'keypointlabels',
origin: 'manual',
value: {
Expand All @@ -34,8 +34,8 @@ const result = [
from_name: 'tag',
to_name: 'img',
image_rotation: 0,
original_height: 501,
original_width: 800,
original_height: 576,
original_width: 768,
type: 'keypointlabels',
origin: 'manual',
value: {
Expand Down