From 48f628e9787f5aa85e50f1e979ff0f9993e3fe41 Mon Sep 17 00:00:00 2001 From: Yuki-Kokomi Date: Wed, 23 Oct 2024 21:50:49 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 04e0124..da2f354 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ python tinyllava/serve/app.py --model-path If you want to batch process, you can refer to `eval.py`. +Depending on the type of input images, you can use the following prompts: + + - "This image shows 4 views of a 3D model from specific angles. Please use Python-style APIs to render this model." + - "This image shows a view of a 3D model from a certain angle. Please use Python-style APIs to render this model." + ## Step 4. Convert the OpenECAD code to STEP files.