deepinsight / deepinsight/insightface
torch2onnx assert error
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
When I run the torch2onnx.py file(recognition/arcface_torch/), I get an error in the code below.
assert os.path.exists(input_file)
The cause seems to be that "input=" is included in "input_file".
So, I modified a single line of code, can I run it without modification?
If not, I'd like to send you a pull request.
thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.