deepinsight / deepinsight/insightface
c++ 和 python 使用不同的模型文件
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
python_package 使用的模型文件 buffalo_l
cpp_packge 使用的模型文件 Megatron
这两个模型只是格式不一样,参数一样, 还是模型结构也不一样, 模型参数也不一样?
c++ 和python使用的模型经过格式变换后, 是否可以交换使用
即 c++ 是否可以使用 模型文件buffalo_l(格式转换), python是否可以使用Megatron(转换)
Megatron 的模型格式是什么? 能否转化成onnx格式
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.