Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DSFD #692

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Implement DSFD #692

wants to merge 2 commits into from

Conversation

ooe1123
Copy link
Contributor

@ooe1123 ooe1123 commented Jan 10, 2022

@ooe1123
Copy link
Contributor Author

ooe1123 commented Jan 10, 2022

LICENSE file required

@ooe1123
Copy link
Contributor Author

ooe1123 commented Jan 10, 2022

onnxruntimeではモデルロード時、以下のエラーが発生する

Traceback (most recent call last):
  File "dsfd.py", line 352, in <module>
    main()
  File "dsfd.py", line 343, in main
    net = onnxruntime.InferenceSession(WEIGHT_PATH)
  File "/home/ooe/env1/lib/python3.8/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 335, in __init__
    self._create_inference_session(providers, provider_options, disabled_optimizers)
  File "/home/ooe/env1/lib/python3.8/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 379, in _create_inference_session
    sess.initialize_session(providers, provider_options, disabled_optimizers)
onnxruntime.capi.onnxruntime_pybind11_state.NotImplemented: [ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for Ceil(6) node with name 'tower_0/Ceil_1'

@kyakuno
Copy link
Collaborator

kyakuno commented Jan 11, 2022

リポジトリにライセンスファイルの追加を依頼しました。
610265158/DSFD-tensorflow#27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants