-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hello!
Thanks for your great work!
I have run vlog_write_script.py and generated scripts and ref_imgs of teddy_travel with gpt-3.5. When I run vlog_read_script_sample.py, this error occurs.
Traceback (most recent call last):
File "sample_scripts/vlog_read_script_sample.py", line 306, in
main(omega_conf)
File "sample_scripts/vlog_read_script_sample.py", line 189, in main
pil_image = Image.open(args.reference_image_path[reference_lists[i][0] - 1])
File "/root/miniconda3/envs/vlogger/lib/python3.8/site-packages/omegaconf/listconfig.py", line 218, in getitem
self._format_and_raise(key=index, value=None, cause=e)
File "/root/miniconda3/envs/vlogger/lib/python3.8/site-packages/omegaconf/base.py", line 231, in _format_and_raise
format_and_raise(
File "/root/miniconda3/envs/vlogger/lib/python3.8/site-packages/omegaconf/_utils.py", line 899, in format_and_raise
_raise(ex, cause)
File "/root/miniconda3/envs/vlogger/lib/python3.8/site-packages/omegaconf/_utils.py", line 797, in _raise
raise ex.with_traceback(sys.exc_info()[2]) # set env var OC_CAUSE=1 for full trace
File "/root/miniconda3/envs/vlogger/lib/python3.8/site-packages/omegaconf/listconfig.py", line 215, in getitem
key=index, value=self.dict["_content"][index]
omegaconf.errors.ConfigIndexError: list index out of range
full_key: reference_image_path[1]
object_type=list