insert description
Project description
FIDAC - A tool to capture facial location and distance
Description
Manual Faces Tutorial (Mac)
Python Set-up
If you don't already have Python, install Python from their website: https://www.python.org/downloads/ Next, we need to install pip which is neccesary for importing all libraries. Open Terminal, an already installed application and then input these lines of code:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
Pip should now be successfully installed. For this program, we only need pandas and opencv which you can install by running this line in terminal.
pip install opencv-python pandas
Now your coding environment is all set up!
Environment Set-Up
After determining what faces need to be manual, you should have a folder somewhere on your device named 'IPD_manual'. Determine the path to this folder which can be found by doing: Choose View > Show Path Bar, or press the Option key to show the path bar momentarily. Here is a sample path: "/Users/keshav_rastogi/Documents/IPD_Manual".
Now, plug in the path to the IPD_manual folder to the variable 'path' which is the first line in the process_file method, found near the end of manual_calculate.py. It should look something like this: path = "/Users/keshav_rastogi/Documents/IPD_Manual".
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fidac-0.1.0.tar.gz.
File metadata
- Download URL: fidac-0.1.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1180392ce314d576a9f26ce69ccc1a36ac3a6e9e56cea173f1646722b90db1c6
|
|
| MD5 |
9a2c58af349467b4574b110cc8d9e82d
|
|
| BLAKE2b-256 |
d0ab2b7709c6e4aa5cd19e66968a73a25e7fb26f2bfb2b5deeeacb70e70830b9
|
File details
Details for the file fidac-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fidac-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426de07f99f455884a5d1c5cd3813e4d6aa8d08723241cff0f16bd7e802c52df
|
|
| MD5 |
6c4862d4c3a8c9cc662fb9e5da5c28cc
|
|
| BLAKE2b-256 |
c4147619aafda3f532d9096494bee70a829c088544ebf6762f493d428fb4348b
|