hezta
hezta
sample_model.py", line 456, in generate_texture_map mask[self.segm[idx] == cls] = upper_fused_attr + 1 RuntimeError: Index put requires the source and destination dtypes match, got Int for the destination and Long for...
运行时出现如下问题,请问如何解决: File "E:\hezt\vis\lib\site-packages\gradio\queueing.py", line 527, in process_events response = await route_utils.call_process_api( File "E:\hezt\vis\lib\site-packages\gradio\route_utils.py", line 270, in call_process_api output = await app.get_blocks().process_api( File "E:\hezt\vis\lib\site-packages\gradio\blocks.py", line 1847, in process_api result = await...
你好:我在windows下运行Python app.py时,遇到GLEE\app.py", line 18, in from projects.GLEE.glee.models.glee_model import GLEE_Model ModuleNotFoundError: No module named 'projects.GLEE' 的错误,明明projects就在当前文件夹下,怎么就加载不了的呢?盼回复。 主要错误如下:Traceback (most recent call last): File "E:\tool\GLEE\app.py", line 18, in from projects.GLEE.glee.models.glee_model import GLEE_Model ModuleNotFoundError:...
我已找到虚拟环境funclip下的:funclip\lib\site-packages\moviepy\config_defaults.py import os IMAGEMAGICK_BINARY = r"C:\Program Files\ImageMagick-7.1.1-Q16-HDRI\magick.exe" FFMPEG_BINARY = os.getenv('FFMPEG_BINARY', 'ffmpeg-imageio') IMAGEMAGICK_BINARY = os.getenv('IMAGEMAGICK_BINARY', 'auto-detect') 我这样设置后,依然出现:This error can be due to the fact that ImageMagick is not installed on your...