Commit Graph

26 Commits

Author SHA1 Message Date
Alosh Denny ce1b20490e Update README with PitchHut link and badges
Added a link to PitchHut and updated badges.
2026-04-10 10:29:46 +05:30
Alosh Denny d8afdfd95c Add maintainer section with contact details
Added maintainer contact information for Alosh Denny.
2026-04-10 09:36:19 +05:30
Alosh Denny aa709bc9f4 Merge pull request #13 from hobostay/fix/multiple-bugs
Fix multiple bugs in extraction pipeline
2026-04-10 09:32:15 +05:30
Test User 49a7cfc9d8 Fix multiple bugs in extraction pipeline
1. bypass_v2() ignores iterations parameter — the function accepted
   `iterations` but ran the transform pipeline only once. Now properly
   loops, with diminishing strength on subsequent iterations.

2. denoise_bilateral() has identical if/else branches — both 2D and 3D
   cases called the same cv2.bilateralFilter(). Removed dead branch.

3. apply_noise_replacement() allows negative sigma — with passes > 5,
   the formula `sigma * (1 - i * 0.2)` produces negative values. Added
   clamping and early break.

4. Broken import paths — synthid_bypass.py and watermark_remover.py
   used bare module imports that fail when scripts are run from outside
   their directory. Added sys.path.insert like benchmark_extraction.py.

5. Misleading "Python 3.14 bug" comment — the SSIM gate was disabled
   with a comment blaming Python 3.14, but the real reason is that
   heavy multi-pass transforms naturally depress SSIM. Updated comment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 10:49:22 +08:00
Alosh Denny 7d4dc9a11b Invite contributors for image generation to improve detection
Added a section inviting contributors to help expand the codebook by generating pure black and white images using Nano Banana Pro.
2026-04-08 16:37:21 +05:30
Alosh Denny 2d32b0fc48 spectral codebook 2026-03-28 18:58:52 +05:30
Alosh Denny d3db4c3cd9 remove LFS tracking 2026-03-28 18:58:35 +05:30
Alosh Denny 4e6a9987bb sparsified spectral codebook 2026-03-28 18:40:00 +05:30
Alosh Denny 9eadacaced spectral_codebook_v3.npz 2026-03-28 18:17:48 +05:30
Alosh Denny 5463363dcb Merge branch 'main' of https://github.com/aloshdenny/reverse-SynthID 2026-03-28 18:15:01 +05:30
Alosh Denny a9079c74c4 updated carriers 2026-03-28 18:14:51 +05:30
Alosh Denny c1f0fd8b58 multi-resolution carriers 2026-03-28 17:20:37 +05:30
Alosh Denny 5e43b389fe updated carriers 2026-03-28 17:20:08 +05:30
Alosh Denny f2ace3dead improved dataset 2026-03-28 15:56:48 +05:30
Alosh Denny 52c62c669c updated gitignore 2026-03-28 15:54:44 +05:30
Alosh Denny 31b0e07c46 Merge branch 'main' of https://github.com/aloshdenny/reverse-SynthID 2026-03-28 15:53:42 +05:30
Alosh Denny 8169824232 ran bypass on NB-2 2026-03-28 15:53:24 +05:30
Alosh Denny 908bf54ab9 Update repository URL in installation instructions 2026-03-06 21:20:00 +05:30
Alosh Denny c2acc5d259 updated refs 2026-02-15 18:14:55 +05:30
Alosh Denny 091a56761f updated images 2026-02-15 18:13:58 +05:30
Alosh Denny 4c95814928 updated images 2026-02-15 18:10:29 +05:30
Alosh Denny 25483c159a v3 2026-02-15 18:04:20 +05:30
Alosh Denny ad79ba532f fix cv2.resize scale bug 2026-02-15 17:54:52 +05:30
Alosh Denny e02b4a11da watermark investigation 2025-12-16 16:34:03 +05:30
Alosh Denny 21b094474e codebook analysis 2025-12-16 09:18:47 +05:30
Alosh Denny 01d2b45dd4 codebook analysis 2025-12-15 22:11:23 +05:30