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

Fix torchvision version #397

Conversation

ashwinvaidya17
Copy link
Collaborator

@ashwinvaidya17 ashwinvaidya17 commented Jul 1, 2022

Torchvision 0.13.0 ends up installing torch 0.12.0 which leads to segmentation fault in OpenVINO (2022.1.0) inferencer. This PR fixes the versions.

@samet-akcay samet-akcay merged commit 1807bd9 into feature/visualization-inference-refactor Jul 1, 2022
@samet-akcay samet-akcay deleted the ashwin/patch_requirements branch July 1, 2022 08:57
samet-akcay pushed a commit that referenced this pull request Jul 1, 2022
* Visualizer improvements Part II (#298)

* add methods for adding labels to image

* refactor visualizer

* move add_label to post processing helpers

* fix tests

* support single image in visualizer

* call generate

* revert default task type

* typing

* refactor inferencer and visualizer

* add torch inference entrypoint

* revert torch inferencer for backward compatibility

* add torch inferencer to init files

* pause visualization

* openvino.py -> openvino_inference.py

* address comments

* remove unused argument

* remove depracation warning

* 📜 Add Inference Documentation (#308)

* add inference and export guides

* finish sentence

* fix typo

* add to index, change required field

* 🚜 Visualizer refactor pt3 (#374)

* make saving and showing of visualizations configurable

* make saving and showing of visualizations configurable

* fix visualizer callback tests

* remove unused imports

* fix openvino test

* add comments

* Visualizer refactor pt4 (#379)

* make visualization mode configurable

* change default visualization mode

* value checks

* check mask range, move save and show to visualizer

* fix visualizer tests

* change pred_mask value check

* address circular import

* address mypy issue

* fix visualizer test and mypy

* fix openvino tests

* fix typo

* add license header

* add new inference parameters to guide

* refactor inference entrypoint structure

* fix visualizer in cli

* remove param from kwargs

* fix visualizer args in notebook

* Fix torchvision version (#397)

* 🛠 Fix torchvision version (#397)

Co-authored-by: Ashwin Vaidya <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants