Lazy loaded image
技术分享
视频音画同步检测
00 分钟
2024-3-12
2024-4-8
type
status
date
slug
summary
tags
category
icon
password
syncnet_python
joonsonUpdated Apr 12, 2024

🤔 搜索是个好东西

1.我直接贴修改过的readme

🤗报错合集

1. torch.index_select(x1, 0, idx, out=xx1)
修改syncnet_python\detectors\s3fd\box_utils.py第102行-123行 为
2.AttributeError: module 'numpy' has no attribute 'int'. np.int was a deprecated alias for the builtin int. To avoid this error in existing code, use int by itself. Doing this will not modify any behavior and is safe. When replacing np.int, you may wish to use e.g. np.int64 or np.int32 to specify the precision. If you wish to review your current use, check the release note link for additional information. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'inf'?
修改syncnet_python\detectors\s3fd\box_utils.py第38行 为return np.array(keep).astype(int)
 

📃运行效果

1.run_pipeline.py
notion image
 
 
致谢:
💡
欢迎您在底部评论区留言,一起交流~
notion image
微信公众号 - 六六姐的小喇叭
CG交流Q群 - 369748859
游戏群 - 485939898
学习途中的一些随笔,
希望对大家有用
💖😎😉🤣😘💕
 
notion image
 
 
 
上一篇
秋叶ComfyUI与WebUI共用模型方法
下一篇
修复视频音画偏移