challenge.uccs

View on PyPIReverse Dependencies (0)

3.1.1 challenge.uccs-3.1.1-py3-none-any.whl

Wheel Details

Project: challenge.uccs
Version: 3.1.1
Filename: challenge.uccs-3.1.1-py3-none-any.whl
Download: [link]
Size: 26822
MD5: 04a8e71f2168cdd2a75347d4de32c57e
SHA256: dee874cbfd9d1ae1f08f9f34e2847ef90074d253158c4263c5c63c21ff69057d
Uploaded: 2024-03-04 14:09:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: challenge.uccs
Version: 3.1.1
Summary: Source code for running the baseline and evaluation of the third UCCS face recognition challenge
Author: Furkan Kasim
Author-Email: furkan.kasim[at]outlook.com
Home-Page: https://github.com/AIML-IfI/uccs-facerec-challenge
License: BSD
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: GPU
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Requires-Dist: torch (>=2.1)
Requires-Dist: torchvision
Requires-Dist: pandas (>=1.4.3)
Requires-Dist: numpy (>=1.22.3)
Requires-Dist: matplotlib (>=3.5.2)
Requires-Dist: scikit-learn (>=1.1.1)
Requires-Dist: scikit-image (>=0.19)
Requires-Dist: tqdm (>=4.64.0)
Requires-Dist: opencv-python (>=4.8)
Requires-Dist: facenet-pytorch (==2.5.3)
Requires-Dist: tensorboard
Requires-Dist: gdown (==5.0.1)
Requires-Dist: yamlparser
Requires-Dist: termcolor
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 19331 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
facerec/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
facerec/dataset.py sha256=08ypI6Fp_S5hGcs0gOtwuw7Rejd_g5clVDtoL_Kq-Pc 4041
facerec/enrollment.py sha256=IChEnjTut7JnijcCS6GAAAgc3q--N20v6ICdxKVqhgk 1195
facerec/evaluate.py sha256=eIvvJnO5-PFb4bzv5vH7vGiXsTVdozqYAaRuVS21F0c 10137
facerec/face_detection.py sha256=kd1n8_JOtEWIJG7dBtQl6fYbiBULRspfmzSVLUSzh0g 2858
facerec/feature_extraction.py sha256=sZtruJUm2NXCnIzfXJ3sq8MnG7vZ07lIqQuUN3ltu4M 8609
facerec/scoring.py sha256=re6RYNoIaSnN8VRd6_f13wk1AavhEuEo3_rg6SRNTfo 2808
facerec/configs/baseline_config.yaml sha256=FefJOevTkrf93lBXpNBCNO1wSABBbZp-IqDI46APRxg 4522
facerec/script/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
facerec/script/baseline_detection.py sha256=ouHgkwpAK8UlzgrFBIWshbTYShG9huWObYwIl2PRWDI 2509
facerec/script/baseline_recognition.py sha256=_pTxnAq1HtW2eTOg4mLfR9tc9C8zOPGVzXxXG6DD6eU 4543
facerec/script/evaluation.py sha256=yTNKM9tUxNhseWEZaU9zptxYqHAXYA1YSPYMcYUsjRY 5779
facerec/script/scoring.py sha256=JTPsb7nnpvWb28aVkcgObWQmzABSbWtIBV0po1q5Ykc 1526
challenge.uccs-3.1.1.dist-info/LICENSE sha256=MWZjS4a_eecPruXGCNbHyN5g28PeMTerecI5cYpBvBE 1523
challenge.uccs-3.1.1.dist-info/METADATA sha256=8WHYBhGMG-hBVhqjdidvX38OJ0zic3EVfTHsAIVQVEQ 21013
challenge.uccs-3.1.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
challenge.uccs-3.1.1.dist-info/entry_points.txt sha256=ZXzBaIyzDNj_LupGBxBwD4yGG45RJCG3h5SuPC4jhcM 224
challenge.uccs-3.1.1.dist-info/top_level.txt sha256=NSC22-J5NRfkBtFPLt06EqdmcDwK8UoiyE9GXEugMBg 8
challenge.uccs-3.1.1.dist-info/RECORD

top_level.txt

facerec

entry_points.txt

baseline_detection = facerec.script.baseline_detection:main
baseline_recognition = facerec.script.baseline_recognition:main
evaluation = facerec.script.evaluation:main
scoring = facerec.script.scoring:main