Commit Graph

280 Commits

Author SHA1 Message Date
Kyle Machulis
937ae764ce Add eye position scalar setting 2022-06-05 20:19:39 -07:00
Kyle Machulis
def7297e05 Fix blob tracking positioning, resume sending packets over OSC 2022-06-05 20:19:39 -07:00
Kyle Machulis
c1cd4583a3 Reimplement calibration on startup 2022-06-05 20:19:39 -07:00
Kyle Machulis
cd37a6c7ef Add eye position output graph 2022-06-05 20:19:39 -07:00
Kyle Machulis
484057eb91 Reimplement blob tracking 2022-06-05 20:19:39 -07:00
Kyle Machulis
2db35f7dea Generate new config if current one is invalid 2022-06-05 20:19:39 -07:00
Kyle Machulis
70fb85ba1f chore: Implement ROI rotation 2022-06-05 20:19:39 -07:00
Kyle Machulis
b5cc81e959 Implement ROI Mode 2022-06-05 20:19:39 -07:00
Kyle Machulis
30def51884 Turn camera into its own module, add camera selection/configuration 2022-06-05 20:19:39 -07:00
Kyle Machulis
ff722c79a2 Switch to using PySimpleGUI w/ tkinter
Doesn't seem to cause processing issues, looks good, gives us text
capabilities.
2022-06-05 20:19:39 -07:00
Kyle Machulis
a392c10d45 Reimplement and comment basic RANSAC pupil finding
Combine understandings from Summer and Prohurtz's code to rebuild
implementation with no unused data, and comment heavily.
2022-06-05 20:19:39 -07:00
Kyle Machulis
92bf069102 Use dacite for de/serialization to python dataclass for config 2022-06-05 20:19:39 -07:00
Kyle Machulis
33ba2ba7d2 Add cv2 types file 2022-06-05 20:19:39 -07:00
Kyle Machulis
7ab4e52cd3 Update .gitignore to ignore JSON configuration files for RANSACApp 2022-06-05 20:19:39 -07:00
Kyle Machulis
71abcd4a06 Start building new RANSAC App with multiple modules and unified GUI
Divide out utilities from main algorithm, set utilities on their own
threads. Reference binaries in original directory so we don't have to
duplicate them in the repo.
2022-06-05 20:19:39 -07:00
ZanzyTHEbar
7f9927823a Major Update -
alright alright ... issue bot disabled for now ... sorry xD
2022-06-06 04:28:05 +02:00
ZanzyTHEbar
d9cc31c92b Major Update -
alright alright ... issue bot disabled for now ... sorry xD
2022-06-06 04:04:13 +02:00
Prohurtz
4b330d2225
Update README.md 2022-06-02 14:06:54 -07:00
Prohurtz
005f2dd781
Update requirements.txt 2022-06-02 13:19:58 -07:00
Prohurtz
8de901f79b
add important stuff 2022-06-02 13:19:14 -07:00
Prohurtz
1a710fd812
checking potential bugs 2022-06-02 13:17:06 -07:00
Prohurtz
e9c630a318
Update threshGUI.py 2022-06-02 13:14:07 -07:00
Prohurtz
70ac430880
Merge pull request #14 from qdot/small-fixes
Small fixes and cleanup
2022-05-31 21:16:09 -05:00
Kyle Machulis
291d2f588d Refactor some consts up to global config variables 2022-05-31 18:56:35 -07:00
Kyle Machulis
b856c1f920 Flip left/right calculations
This makes them match up in world.
2022-05-31 18:56:35 -07:00
Kyle Machulis
4855f0f215 Ignore .cfg files in git 2022-05-31 18:56:35 -07:00
Kyle Machulis
9e79701975 Make sure pycache and pyc files don't get checked in 2022-05-31 18:56:28 -07:00
Prohurtz
b9093cee9d
fix rotation, roi and calibration to working status 2022-05-31 10:20:30 -07:00
Prohurtz
f25cf8042f
Add files via upload 2022-05-30 14:27:52 -05:00
Prohurtz
e7d7833226
Update README.md 2022-05-30 12:26:48 -07:00
Prohurtz
3bcfc3280a
RANSAC3d BEST METHOD
finally. .. good code lol
2022-05-29 18:43:08 -05:00
Prohurtz
2bfbf3d286
Delete Ransac3d.zip 2022-05-29 15:57:12 -07:00
Prohurtz
253dff10a3
Add files via upload 2022-05-29 17:56:42 -05:00
ZanzyTHEbar
e317dec8ac update - add files to prepare for professional looking github 2022-05-18 18:19:17 +02:00
Prohurtz
8ecbe1e2bf
Update 2022-05-13 10:59:24 -05:00
Prohurtz
23da2bc592
Update 2022-05-13 10:57:55 -05:00
DaOfficialWizard
0d502bcc1e
make the important warning more verbose 2022-05-10 17:33:29 +02:00
Prohurtz
eed655623d
Add missing credit
Add credit
2022-05-09 10:19:33 -05:00
DaOfficialWizard
d70299c7d9
Update README.md 2022-05-05 00:31:50 +02:00
ZanzyTHEbar
3755bb73f8 update - main 2022-05-04 17:54:13 +02:00
Prohurtz
c08619e9ca
Ir emmiter type info 2022-04-26 16:33:10 -05:00
Prohurtz
a519615711
add new RANSAC method 2022-04-25 20:52:44 -05:00
Prohurtz
2112b9685d
Add basic how to run instructions 2022-04-25 11:54:07 -05:00
Prohurtz
03a0aebe07
Add basic how to run instructions 2022-04-25 11:53:22 -05:00
James Higdon
e7828f5c63 InceptionNet 2022-04-21 18:42:11 -07:00
Prohurtz
1aa1d8f3a5
IR 2022-04-21 18:18:52 -07:00
Prohurtz
f96b2197f0
Update README.md 2022-04-09 18:02:54 -05:00
Prohurtz
288754baff
Update README.md 2022-03-23 14:14:24 -07:00
Prohurtz
ddfe535a55
Calibration Built into main 2022-03-20 15:05:55 -07:00
Prohurtz
e58991035f
Delete Calibrate.py 2022-03-20 13:24:55 -07:00