Identify other SOTA models for segmentation with ONNX supported TorchScript operators #56
mxochicale
started this conversation in
General
Replies: 1 comment
|
Discussed with Zakaria that Vision Transformer from " Zhang, Heming, and Changyuan Wang. "Integrated neural network-based pupil tracking technology for wearable gaze tracking devices in flight training." IEEE Access (2024)" https://ieeexplore.ieee.org/abstract/document/10520295/ could be a good architecture to compare against our UNET baseline! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🚀 Feature
When looking for other State-Of-The-Art (SOTA) models for our pipeline, let's check that such model is with ONNX supported TorchScript operators as I had an issue with "aten::max_unpool2d" in SegNet.py
Potential list of models (Please edit this issue and add more or add them as a new comment):
feature pyramid network to more comprehensively extract
pupil features and improve the network's adaptability to
different eyes" > VISION TRANSFORMER > LSTM : > Zhang, Heming, and Changyuan Wang. "Integrated neural network-based pupil tracking technology for wearable gaze tracking devices in flight training." IEEE Access (2024). https://ieeexplore.ieee.org/abstract/document/10520295/
All reactions