-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Since I couldn’t find the test set provided by the author, I created a test table at slidesbench/test_data/test_Instruction.csv with the following content:
instruction,slide_folder
"Create a slide with the following elements:
-
Background: Use the provided colorful abstract image as the slide background.
-
Title:
- Text: ""GE 7:""
- Font: Bold, large size, centered at the top.
- Color: Black.
-
Subtitle:
- Text: ""ART APPRECIATION""
- Font: Bold, large size, centered below the title.
- Color: Black.
-
Format:
- Background: White.
- Position: Centered horizontally, spanning the width of the slide.
- Ensure the text is clearly visible against the background.
-
Alignment: Ensure all text is centered for a balanced look.
-
Final Check: Review for clarity and ensure all elements are visually appealing.",AutoPresent-main/slidesbench/examples/art_photos/slide_1
After executing the command python generate.py --path "../slide_gen_model" --save_output_pth "presenter_fully_specified.py" --dataset_path "../slidesbench/test_data/test_Instruction.csv",
A python file was generated in the directory AutoPresent-main/slidesbench/examples/art_photos/slide_1. However, the generated code lacks any import statements, making it clearly unexecutable. How should I proceed to execute this code to render it into a PPTX file, and is there anything wrong with my execution process?