Views
No views yet
1# Clone repository
2git clone https://github.com/microsoft/CvT.git
3
4# Install dependencies
5pip install -r requirements.txt1python stage1/train_cvt13.py # Purity classification
2python stage2/train_cvt13.py # Shape classification
3python stage3/train_cvt13.py # Embryo orientation1python stage1/inference_cvt13.py
2python stage2/inference_cvt13.py
3python stage3/inference_cvt13.pybaselines/.├── stage1/ # Purity classification
├── stage2/ # Shape classification
├── stage3/ # Embryo orientation
└── preprocess/ # Data preprocessing scripts1@Article{computers15010002,
2 AUTHOR = {Erukude, Sai Teja and Mascarenhas, Jane and Shamir, Lior},
3 TITLE = {CornViT: A Multi-Stage Convolutional Vision Transformer Framework for Hierarchical Corn Kernel Analysis},
4 JOURNAL = {Computers},
5 VOLUME = {15},
6 YEAR = {2026},
7 NUMBER = {1},
8 ARTICLE-NUMBER = {2},
9 URL = {https://www.mdpi.com/2073-431X/15/1/2},
10 ISSN = {2073-431X},
11 DOI = {10.3390/computers15010002}
12}