Upload folder using huggingface_hub
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -217,7 +217,7 @@ def main() -> None:
|
|
| 217 |
|
| 218 |
segment = grade_segmentation(observation)
|
| 219 |
placing = grade_placement(observation)
|
| 220 |
-
adjust =
|
| 221 |
|
| 222 |
|
| 223 |
if __name__ == "__main__":
|
|
|
|
| 217 |
|
| 218 |
segment = grade_segmentation(observation)
|
| 219 |
placing = grade_placement(observation)
|
| 220 |
+
adjust = grade_adjustment(observation)
|
| 221 |
|
| 222 |
|
| 223 |
if __name__ == "__main__":
|