fix graphic-elements references
#1
by
sosahi
- opened
README.md
CHANGED
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
- ingestion
|
| 15 |
- yolox
|
| 16 |
---
|
| 17 |
-
# Nemoretriever
|
| 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,
|
| 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"
|