type
status
date
slug
summary
tags
category
icon
password
syncnet_python
joonson • Updated 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
致谢:
欢迎您在底部评论区留言,一起交流~
微信公众号 - 六六姐的小喇叭
CG交流Q群 - 369748859
游戏群 - 485939898
学习途中的一些随笔,
希望对大家有用
💖😎😉🤣😘💕
- 作者:六六
- 链接:http://blog.cathi.cn/article/09f15136-36f2-48ab-8e3f-daa708b30429
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。