aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-11Remove unnecessary printsmasterCNNKevin Zhao
2024-05-11More flexible grid sizes (non-square and not multiple of 80); calibrated vs g...Kevin Zhao
2024-05-08Working with 0.1 playback spd, but only 20kbps; commented out debug codeKevin Zhao
2024-05-07Determining colors by averaging over expected regionKevin Zhao
2024-05-07Separate localize_corners but still different croppingKevin Zhao
2024-05-07Merge branch 'main' of https://git.exozy.me/k/6.8301-Project into CNNKevin Zhao
2024-05-07Preliminary CNN decodingKevin Zhao
2024-05-07Space out elements in each size 255 chunkAnthony Wang
2024-05-05Add CNN arch and training codeKevin Zhao
2024-04-30Add more commentsAnthony Wang
2024-04-29Reformat with blackAnthony Wang
2024-04-29Mix frames with all vidframe pixels that are 0 or 255Anthony Wang
2024-04-28Use cv2.warpPerspective instead of dumb interpolationAnthony Wang
2024-04-28Format code, update usage instructionsAnthony Wang
2024-04-28Crop webcam image to prevent perspective distortion, correctly truncate frame...Anthony Wang
2024-04-28Fix typosAnthony Wang
2024-04-283-bit colorAnthony Wang
2024-04-28Make corner finding more robustAnthony Wang
2024-04-28Use latest pre-release of reedsoloAnthony Wang
2024-04-25Add usage instructions to README.mdAnthony Wang
2024-04-23Purge PyQtAnthony Wang
2024-04-23Add flag to enable erasure detectionAnthony Wang
2024-04-23Move find_corner to global namespace, use erase_pos for better ECCAnthony Wang
2024-04-234-bit color for encoder, fix a ton of bugsAnthony Wang
2024-04-22READMEEEEEEEEEEAnthony Wang
2024-04-22Encoder: 4bit color, space out RS chunksAnthony Wang
2024-04-22Short args, clean up codeAnthony Wang
2024-04-22Video encoderAnthony Wang
2024-04-22Downsample+flood fill algorithm (it almost works!)Anthony Wang
2024-04-21Delete old codeAnthony Wang
2024-04-21XOR frames with arange, implement color to 8-bit in decoder, add camera devic...Anthony Wang
2024-04-21Implement ECC, webcam captureAnthony Wang
2024-04-12Add PyQt6 stuff and requirements.txtAnthony Wang
2024-04-12Initial commitKevin Zhao