Model description
一个简易说的人脸识别baseline,使用openai/clip-vit-base-patch16 + LDA的策略
Intended uses & limitations
整体需要配合github对应的代码使用
Training Procedure
[More Information Needed]
Hyperparameters
Click to expand
Hyperparameter | Value |
---|---|
covariance_estimator | |
n_components | 512 |
priors | |
shrinkage | |
solver | svd |
store_covariance | False |
tol | 0.0001 |
Model Plot
LinearDiscriminantAnalysis(n_components=512)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
LinearDiscriminantAnalysis(n_components=512)
Evaluation Results
[More Information Needed]
How to Get Started with the Model
[More Information Needed]
Model Card Authors
Cheng Li(https://github.com/LC1332)
Model Card Contact
You can contact the model card authors through following channels: [More Information Needed]
Citation
@inproceedings{wang2018devil, title={The devil of face recognition is in the noise}, author={Wang, Fei and Chen, Liren and Li, Cheng and Huang, Shiyao and Chen, Yanjie and Qian, Chen and Loy, Chen Change}, booktitle={Proceedings of the European Conference on Computer Vision (ECCV)}, pages={765--780}, year={2018} }
- Downloads last month
- 0
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.