You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I run the project to generate a video, I want to use the Backgroud-Smoothing to make a compression between the different video. But I got some error about the Backgroung-Smoothing.
File "D:\pycharmprojects\Text2Video-Zero\text_to_video_pipeline.py", line 428, in call
m_f = torch.tensor(self.sod_model.process_data(
AttributeError: 'TextToVideoPipeline' object has no attribute 'sod_model'
When I spent some time to figure it out, I found that the Text_to_video_pipeline.py doesn't define the self.sod_model. It seem the project also have not provide more information or fully code about the Background-Smoothing.
I hope U can help me.
Best, regard!
The text was updated successfully, but these errors were encountered:
Hello, when I run the project to generate a video, I want to use the Backgroud-Smoothing to make a compression between the different video. But I got some error about the Backgroung-Smoothing.
File "D:\pycharmprojects\Text2Video-Zero\text_to_video_pipeline.py", line 428, in call
m_f = torch.tensor(self.sod_model.process_data(
AttributeError: 'TextToVideoPipeline' object has no attribute 'sod_model'
When I spent some time to figure it out, I found that the Text_to_video_pipeline.py doesn't define the self.sod_model. It seem the project also have not provide more information or fully code about the Background-Smoothing.
I hope U can help me.
Best, regard!
The text was updated successfully, but these errors were encountered: