File size: 1,909 Bytes
f74cf62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: VREyeSAM
emoji: πŸ‘οΈ
colorFrom: purple
colorTo: pink
sdk: docker
app_file: app.py
pinned: false
license: mit
---

# VREyeSAM: Non-Frontal Iris Segmentation

![VREyeSAM Demo](https://img.shields.io/badge/Status-Active-success)
![Python](https://img.shields.io/badge/Python-3.11+-blue)
![Security](https://img.shields.io/badge/Security-Protected-brightgreen)

## 🎯 Overview

VREyeSAM is a robust iris segmentation service for non-frontal iris images captured in virtual reality and augmented reality environments.

## πŸš€ Quick Start

1. Upload a non-frontal iris image
2. Click "Segment Iris" 
3. Download results

## πŸ“Š Features

- **Fast Segmentation**: Real-time iris segmentation
- **Binary Masks**: Precise iris region extraction
- **Confidence Maps**: Uncertainty quantification
- **Easy Download**: Save results with one click

## πŸ”’ Security

This model is **fully protected**:
- βœ… Model weights cannot be downloaded
- βœ… Implementation details are hidden
- βœ… Only API endpoints are exposed
- βœ… Secure inference only

## πŸ“ˆ Performance

- High accuracy on non-frontal iris images
- Optimized for VR/AR capture scenarios
- Fast inference on standard hardware

---

## Citation

If you use VREyeSAM in your research:

```bibtex
@article{sharma2025vreyesam,
  title={VREyeSAM: Virtual Reality Non-Frontal Iris Segmentation using Foundational Model with Uncertainty Weighted Loss},
  author={Sharma, Geetanjali and Nagaich, Dev and Jaswal, Gaurav and Nigam, Aditya and Ramachandra, Raghavendra},
  conference={IJCB},
  year={2025}
}
```

## πŸ‘₯ Authors

- Geetanjali Sharma
- Dev Nagaich
- Gaurav Jaswal
- Aditya Nigam
- Raghavendra Ramachandra

## πŸ“§ Contact

For inquiries: geetanjalisharma546@gmail.com

## πŸ“„ License

MIT License - See LICENSE file

---

**For full technical details and code, visit:** [GitHub Repository](https://github.com/GeetanjaliGTZ/VREyeSAM)