Skip to content

Commit

Permalink
Merge pull request #85 from Shubhamai/impv-pref
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Shubhamai authored Jun 6, 2024
2 parents ef7eac1 + 41379e1 commit e80ffc7
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 19,476 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ To set up a development environment, please follow these steps:
2. Install [cargo-wix](https://github.com/volks73/cargo-wix).
3. Run `cargo wix`. A new folder will be created in `target` folder containing the `.msi` file.

### Apple Silicon
### Apple Silicon

To build stableview on apple silicon

1. Download `onnxruntime-osx-arm64-1.18.0.tgz` from [ONNX Runtime v1.18.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.18.0) and unzip it to `assets/onnx_osx` folder.

`sudo ORT_LIB_LOCATION=./assets/onnx_osx ORT_STRATEGY=system DYLD_FALLBACK_LIBRARY_PATH=./assets/onnx_osx/lib cargo run --release`

## Issues and feature requests
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
# Usage

1. Visit the [releases page](https://github.com/shubhamai/StableView/releases/latest) and download the latest version on your platform. For Windows, a `.msi` installer will be provided, simply double-click on the installer and follow the installation steps. After Installing, you can simply run `StableView` from the start menu.

- Make sure you have internet connectivity while installing the application as it downloads the model weights for the first time.

2. The application uses opentrack to send the tracking data to respective applications. Please install it from their [Github repo](https://github.com/opentrack/opentrack).
Expand All @@ -62,6 +63,7 @@
# Shoutouts

- Thanks to the authors of the paper [3DDFA_V2 : Towards Fast, Accurate and Stable 3D Dense Face Alignment](https://paperswithcode.com/paper/towards-fast-accurate-and-stable-3d-dense-1), without them, this application wouldn't have been possible, the majority of the model inference code is based on their work. Thanks, [Jianzhu Guo](https://guojianzhu.com), [Xiangyu Zhu](http://www.cbsr.ia.ac.cn/users/xiangyuzhu/), [Yang Yang](http://www.cbsr.ia.ac.cn/users/yyang/main.htm), Fan Yang, [Zhen Lei](http://www.cbsr.ia.ac.cn/users/zlei/) and [Stan Z. Li](https://scholar.google.com/citations?user=Y-nyLGIAAAAJ).
- [Rust Faces](https://github.com/rustybuilder/rust-faces) by [rustybuilder](https://github.com/rustybuilder/rust-faces) face detection in rust, used to recapture the face when it's lost.
- [Sniffer](https://github.com/GyulyVGC/sniffnet/) for GUI inspirations, code structure, readme, etc.
- [ChatGPT](https://openai.com/blog/chatgpt/) for assisting me to convert some of the Python code to Rust.
- Product Icon from [Leonardo Yip](https://unsplash.com/@yipleonardo) on [Unsplash](https://unsplash.com/photos/rn-NLirHQPY).
Expand Down
Empty file added assets/onnx_osx/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion assets/onnx_osx/GIT_COMMIT_ID

This file was deleted.

21 changes: 0 additions & 21 deletions assets/onnx_osx/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions assets/onnx_osx/Privacy.md

This file was deleted.

61 changes: 0 additions & 61 deletions assets/onnx_osx/README.md

This file was deleted.

Loading

0 comments on commit e80ffc7

Please sign in to comment.