kyamagu commited on
Commit
c70fbbb
1 Parent(s): 10ce80c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -708,6 +708,8 @@ Each instance has scalar attributes (canvas) and sequence attributes (elements).
708
 
709
  ### Data Fields
710
 
 
 
711
  **Context features (Canvas attributes)**
712
 
713
  | Field | Type | Shape | Description |
@@ -716,8 +718,8 @@ Each instance has scalar attributes (canvas) and sequence attributes (elements).
716
  | group | string | () | Broad design group, such as social media posts or blog headers |
717
  | format | string | () | Detailed design format, such as Instagram post or postcard |
718
  | category | string | () | Topic category of the design, such as holiday celebration |
719
- | canvas_width | int64 | () | Canvas pixel width |
720
- | canvas_height | int64 | () | Canvas pixel height |
721
  | length | int64 | () | Length of sequence features |
722
 
723
  **Sequence features (Element attributes)**
@@ -738,9 +740,7 @@ Each instance has scalar attributes (canvas) and sequence attributes (elements).
738
  | text_align | string | () | Horizontal text alignment, left, center, right for text element |
739
  | angle | float32 | () | Element rotation angle (radian) w.r.t. the center of the element |
740
 
741
- Note that the color and pre-rendered images are do not necessarily accurately
742
- reproduce the original design templates.
743
- The original template is accessible at the following URL if still available.
744
 
745
  ```
746
  https://create.vista.com/artboard/?template=<template_id>
 
708
 
709
  ### Data Fields
710
 
711
+ In the following, categorical fields are shown as `string` type, but the actual storage is `int64`.
712
+
713
  **Context features (Canvas attributes)**
714
 
715
  | Field | Type | Shape | Description |
 
718
  | group | string | () | Broad design group, such as social media posts or blog headers |
719
  | format | string | () | Detailed design format, such as Instagram post or postcard |
720
  | category | string | () | Topic category of the design, such as holiday celebration |
721
+ | canvas_width | string | () | Canvas pixel width |
722
+ | canvas_height | string | () | Canvas pixel height |
723
  | length | int64 | () | Length of sequence features |
724
 
725
  **Sequence features (Element attributes)**
 
740
  | text_align | string | () | Horizontal text alignment, left, center, right for text element |
741
  | angle | float32 | () | Element rotation angle (radian) w.r.t. the center of the element |
742
 
743
+ Note that the color and pre-rendered images do not necessarily accurately reproduce the original design templates. The original template is accessible at the following URL if still available.
 
 
744
 
745
  ```
746
  https://create.vista.com/artboard/?template=<template_id>