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
请输入视频完整路径:https://www.youtube.com/watch?v=4gg9Is1ei8k
请指定字幕区域 (ymin ymax xmin xmax):
Traceback (most recent call last):
File "/content/video-subtitle-extractor/./backend/main.py", line 1019, in
se = SubtitleExtractor(video_path, subtitle_area)
File "/content/video-subtitle-extractor/./backend/main.py", line 67, in init
self.sub_detector = SubtitleDetect()
File "/content/video-subtitle-extractor/./backend/main.py", line 48, in init
self.text_detector = TextDetector(args)
File "/content/video-subtitle-extractor/./backend/tools/infer/predict_det.py", line 119, in init
self.predictor, self.input_tensor, self.output_tensors, self.config = utility.create_predictor(
File "/content/video-subtitle-extractor/./backend/tools/infer/utility.py", line 193, in create_predictor
gpu_id = get_infer_gpuid()
File "/content/video-subtitle-extractor/./backend/tools/infer/utility.py", line 343, in get_infer_gpuid
if not paddle.core.is_compiled_with_rocm():
AttributeError: module 'paddle' has no attribute 'core'. Did you mean: 'clone'?
The text was updated successfully, but these errors were encountered:
请输入视频完整路径:https://www.youtube.com/watch?v=4gg9Is1ei8k
请指定字幕区域 (ymin ymax xmin xmax):
Traceback (most recent call last):
File "/content/video-subtitle-extractor/./backend/main.py", line 1019, in
se = SubtitleExtractor(video_path, subtitle_area)
File "/content/video-subtitle-extractor/./backend/main.py", line 67, in init
self.sub_detector = SubtitleDetect()
File "/content/video-subtitle-extractor/./backend/main.py", line 48, in init
self.text_detector = TextDetector(args)
File "/content/video-subtitle-extractor/./backend/tools/infer/predict_det.py", line 119, in init
self.predictor, self.input_tensor, self.output_tensors, self.config = utility.create_predictor(
File "/content/video-subtitle-extractor/./backend/tools/infer/utility.py", line 193, in create_predictor
gpu_id = get_infer_gpuid()
File "/content/video-subtitle-extractor/./backend/tools/infer/utility.py", line 343, in get_infer_gpuid
if not paddle.core.is_compiled_with_rocm():
AttributeError: module 'paddle' has no attribute 'core'. Did you mean: 'clone'?
The text was updated successfully, but these errors were encountered: