-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[DOCS] Readme changes #20818
[DOCS] Readme changes #20818
Conversation
This PR will be closed in a week because of 2 weeks of no activity. |
This PR will be closed in a week because of 2 weeks of no activity. |
This PR was closed because it has been stalled for 2 week with no activity. |
README.md
Outdated
## License | ||
OpenVINO™ Toolkit is licensed under [Apache License Version 2.0](LICENSE). | ||
By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms. | ||
- **Inference Optimization**: Boost deep learning performance in computer vision, automatic speech recognition, natural language processing, and many other common tasks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also have a separate bullet to mention different APIs: Python, C/C++, and JS?
@mlukasze, @ilya-lavrenov
@tsavina, let us merge this one and address last comments in other PR if needed |
@tsavina, any update on this PR? Let us merge and continue improvement in separate PRs |
@moslex, @ilya-lavrenov, please take a look. Best regards, |
README.md
Outdated
## Tutorials | ||
# infer the model on random data | ||
data = np.random.rand(1, 224, 224, 3) | ||
output = compiled_model.infer_new_request({0: data}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use callable instead of infer_new_request
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will address it in separate PR
README.md
Outdated
|
||
## System requirements | ||
# infer the model on random data | ||
output = compiled_model.infer_new_request({0: example.numpy()}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
callable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will address it in separate PR
|
||
## Technical guide | ||
|
||
This section lists all the necessary steps required to set up your environment, build OpenVINO locally, and run tests for specific components. It's a perfect place to start when you have just picked a Good First Issue and are wondering how to start working on it. | ||
|
||
Keep in mind that we are here to help - **do not hesitate to ask the development team if something is not clear**. Such questions allow us to keep improving our documentation. | ||
|
||
### 1. Prerequisites | ||
### 1. Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Model Optimizer] (https://github.com/openvinotoolkit/openvino/tree/master/tools/mo) - Should be replaced with OCV (line 136)
@@ -52,7 +52,7 @@ flowchart LR | |||
onnx_fe--->openvino | |||
paddle_fe--->openvino | |||
tflite_fe--->openvino | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NPU is missed, line 57
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok to commit. Please, address my comments in the next round of changes.
### Details: - *item1* - *...* ### Tickets: - *ticket-id* --------- Co-authored-by: Roman Kazantsev <[email protected]>
Why OpenVino Telemetry information is removed? |
Details:
Tickets: