We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1591278 commit a04f7a0Copy full SHA for a04f7a0
README.md
@@ -90,7 +90,8 @@ from amadeusgpt.utils import parse_result
90
if 'OPENAI_API_KEY' not in os.environ:
91
os.environ['OPENAI_API_KEY'] = 'your key'
92
93
-# data folder contains video file and optionally keypoint files
+# data folder contains video files and optionally keypoint files
94
+# please pay attention to the naming convention as described above
95
data_folder = "temp_data_folder"
96
# where the results are saved
97
result_folder = "temp_result_folder"
0 commit comments