fix graphic-elements references

#1
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
  - ingestion
15
  - yolox
16
  ---
17
- # Nemoretriever Graphic Element v1
18
 
19
  ## **Model Overview**
20
 
@@ -146,7 +146,7 @@ import matplotlib.pyplot as plt
146
  from PIL import Image
147
 
148
  from model import define_model
149
- from utils import plot_sample, postprocess_preds_graphic_element, reformat_for_plotting
150
 
151
  # Load image
152
  path = "./example.png"
 
14
  - ingestion
15
  - yolox
16
  ---
17
+ # Nemoretriever Table Structure v1
18
 
19
  ## **Model Overview**
20
 
 
146
  from PIL import Image
147
 
148
  from model import define_model
149
+ from utils import plot_sample, postprocess_preds_table_structure, reformat_for_plotting
150
 
151
  # Load image
152
  path = "./example.png"