|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "code", |
5 | | - "execution_count": 1, |
| 5 | + "execution_count": null, |
6 | 6 | "id": "f01f49c5", |
7 | 7 | "metadata": {}, |
8 | 8 | "outputs": [], |
|
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "cell_type": "code", |
18 | | - "execution_count": 2, |
| 18 | + "execution_count": null, |
19 | 19 | "id": "bceb3204-2a87-4671-8135-2533a7a51771", |
20 | 20 | "metadata": {}, |
21 | 21 | "outputs": [], |
|
41 | 41 | }, |
42 | 42 | { |
43 | 43 | "cell_type": "code", |
44 | | - "execution_count": 3, |
| 44 | + "execution_count": null, |
45 | 45 | "id": "be76dc87-fbe8-452f-b85c-2af3e95a03bf", |
46 | 46 | "metadata": {}, |
47 | | - "outputs": [ |
48 | | - { |
49 | | - "name": "stdout", |
50 | | - "output_type": "stream", |
51 | | - "text": [ |
52 | | - "Project created at temp_result_folder. Results will be saved to temp_result_folder\n", |
53 | | - "The project will load video files (*..mp4) and optionally keypoint files from temp_data_folder\n", |
54 | | - "A copy of the project config file is saved at temp_result_folder/config.yaml\n", |
55 | | - "{'data_info': {'data_folder': 'temp_data_folder',\n", |
56 | | - " 'result_folder': 'temp_result_folder',\n", |
57 | | - " 'video_suffix': '.mp4'},\n", |
58 | | - " 'llm_info': {'max_tokens': 4096, 'temperature': 1.0}}\n", |
59 | | - "No video files found in the data folder temp_data_folder. Please check the data folder and the video suffix\n" |
60 | | - ] |
61 | | - }, |
62 | | - { |
63 | | - "ename": "AttributeError", |
64 | | - "evalue": "'AMADEUS' object has no attribute 'sandbox'", |
65 | | - "output_type": "error", |
66 | | - "traceback": [ |
67 | | - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", |
68 | | - "\u001b[0;31mAttributeError\u001b[0m Traceback (most recent call last)", |
69 | | - "Cell \u001b[0;32mIn[3], line 13\u001b[0m\n\u001b[1;32m 10\u001b[0m config[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mscene_frame_number\u001b[39m\u001b[38;5;124m\"\u001b[39m] \u001b[38;5;241m=\u001b[39m scene_frame_number\n\u001b[1;32m 12\u001b[0m amadeus \u001b[38;5;241m=\u001b[39m AMADEUS(config)\n\u001b[0;32m---> 13\u001b[0m video_file_paths \u001b[38;5;241m=\u001b[39m \u001b[43mamadeus\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mget_video_file_paths\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 14\u001b[0m \u001b[38;5;28mprint\u001b[39m (video_file_paths)\n", |
70 | | - "File \u001b[0;32m~/AmadeusGPT-dev/amadeusgpt/main.py:121\u001b[0m, in \u001b[0;36mAMADEUS.get_video_file_paths\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 120\u001b[0m \u001b[38;5;28;01mdef\u001b[39;00m \u001b[38;5;21mget_video_file_paths\u001b[39m(\u001b[38;5;28mself\u001b[39m) \u001b[38;5;241m-\u001b[39m\u001b[38;5;241m>\u001b[39m \u001b[38;5;28mlist\u001b[39m[\u001b[38;5;28mstr\u001b[39m]:\n\u001b[0;32m--> 121\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43msandbox\u001b[49m\u001b[38;5;241m.\u001b[39mvideo_file_paths\n", |
71 | | - "\u001b[0;31mAttributeError\u001b[0m: 'AMADEUS' object has no attribute 'sandbox'" |
72 | | - ] |
73 | | - } |
74 | | - ], |
| 47 | + "outputs": [], |
75 | 48 | "source": [ |
76 | 49 | "scene_frame_number = 400\n", |
77 | 50 | "\n", |
|
0 commit comments