index
:
6.8301-project
CNN
alg
master
Sharing without a network through vision
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-05-11
Remove unnecessary prints
master
CNN
Kevin Zhao
2024-05-11
More flexible grid sizes (non-square and not multiple of 80); calibrated vs ↵
Kevin Zhao
gtruth diff plot in comments; 90kbps
2024-05-08
Working with 0.1 playback spd, but only 20kbps; commented out debug code
Kevin Zhao
2024-05-07
Determining colors by averaging over expected region
Kevin Zhao
2024-05-07
Separate localize_corners but still different cropping
Kevin Zhao
2024-05-07
Merge branch 'main' of https://git.exozy.me/k/6.8301-Project into CNN
Kevin Zhao
2024-05-07
Preliminary CNN decoding
Kevin Zhao
2024-05-07
Space out elements in each size 255 chunk
Anthony Wang
2024-05-05
Add CNN arch and training code
Kevin Zhao
2024-04-30
Add more comments
Anthony Wang
2024-04-29
Reformat with black
Anthony Wang
2024-04-29
Mix frames with all vidframe pixels that are 0 or 255
Anthony Wang
2024-04-28
Use cv2.warpPerspective instead of dumb interpolation
Anthony Wang
https://docs.opencv.org/4.9.0/da/d6e/tutorial_py_geometric_transformations.html
2024-04-28
Format code, update usage instructions
Anthony Wang
2024-04-28
Crop webcam image to prevent perspective distortion, correctly truncate ↵
Anthony Wang
frame for raptor code using CLI flag, make encoder.py print flags
2024-04-28
Fix typos
Anthony Wang
2024-04-28
3-bit color
Anthony Wang
2024-04-28
Make corner finding more robust
Anthony Wang
2024-04-28
Use latest pre-release of reedsolo
Anthony Wang
2024-04-25
Add usage instructions to README.md
Anthony Wang
2024-04-23
Purge PyQt
Anthony Wang
2024-04-23
Add flag to enable erasure detection
Anthony Wang
2024-04-23
Move find_corner to global namespace, use erase_pos for better ECC
Anthony Wang
2024-04-23
4-bit color for encoder, fix a ton of bugs
Anthony Wang
2024-04-22
READMEEEEEEEEEE
Anthony Wang
2024-04-22
Encoder: 4bit color, space out RS chunks
Anthony Wang
2024-04-22
Short args, clean up code
Anthony Wang
2024-04-22
Video encoder
Anthony Wang
2024-04-22
Downsample+flood fill algorithm (it almost works!)
Anthony Wang
2024-04-21
Delete old code
Anthony Wang
2024-04-21
XOR frames with arange, implement color to 8-bit in decoder, add camera ↵
Anthony Wang
device index flag
2024-04-21
Implement ECC, webcam capture
Anthony Wang
2024-04-12
Add PyQt6 stuff and requirements.txt
Anthony Wang
2024-04-12
Initial commit
Kevin Zhao