Skip to content

Commit c87f2a4

Browse files
committed
Merge branch 'main' of https://github.com/pokepress/open-model-database into addGenesisCleanup
# Conflicts: # data/collections.json
2 parents 14ec109 + cc40133 commit c87f2a4

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"name": "SEGA Genesis Cleanup",
3+
"author": "pokepress",
4+
"license": "MIT",
5+
"tags": [
6+
"deblur",
7+
"game-screenshots",
8+
"general-upscaler",
9+
"restoration",
10+
"video-frame"
11+
],
12+
"description": "Takes composite/RF/RGB/VHS Genesis footage and attempts to restore it to RGB quality. Assumes footage has been properly deinterlaced via field duplication from 240p to 480p/720p/etc. Note that:\n\n* All footage was captured in 240p/480p/720p NTSC.\n* Ground truth RGB footage was captured via a triple-bypassed Model 2 Genesis with new capacitors via the Retrotink 2x or GBS Control. Other footage was captured from various Model 1 Genesis consoles (with and without the \"High Definition Graphics\" mark).\n* The model was trained exclusively on individual frames, so it can't fix things like dropouts.\n* Should help fix color, blur, and jailbars.\n* Cannot un-dither fully blended pixels.\n\nRevision History:\n\n1.0.0 (09/02/2025): Initial release.",
13+
"date": "2025-09-03",
14+
"architecture": "omnisr",
15+
"size": null,
16+
"scale": 1,
17+
"inputChannels": 3,
18+
"outputChannels": 3,
19+
"resources": [
20+
{
21+
"platform": "pytorch",
22+
"type": "pth",
23+
"size": 3223953,
24+
"sha256": "20f633b5ae53bd8fd062033667dd42acaab5f68a9b9463ce7af87908e60fad95",
25+
"urls": [
26+
"https://www.mediafire.com/file/w02o5cus3q6jx4d/Genesis_Cleanup.pth/file"
27+
]
28+
}
29+
],
30+
"trainingIterations": 331453,
31+
"trainingBatchSize": 8,
32+
"trainingHRSize": 128,
33+
"trainingOTF": false,
34+
"dataset": "Screenshots from various Genesis games.",
35+
"datasetSize": 112,
36+
"images": [
37+
{
38+
"type": "paired",
39+
"caption": "Sonic 2 (Composite)",
40+
"LR": "https://imgsli.com/i/358e3b0b-41e2-4407-89d7-3247eba39e1d.jpg",
41+
"SR": "https://imgsli.com/i/eede6029-52a3-4008-bf19-d6d0925126bc.jpg"
42+
},
43+
{
44+
"type": "paired",
45+
"caption": "T2: The Arcade Game (VHS)",
46+
"LR": "https://imgsli.com/i/4f512227-3c8a-4c3e-b7a5-c4164cae9c78.jpg",
47+
"SR": "https://imgsli.com/i/7fe69ca5-6e42-4061-9021-aeef6b821d26.jpg"
48+
},
49+
{
50+
"type": "paired",
51+
"caption": "Tower Bridge (RF)",
52+
"LR": "https://imgsli.com/i/87ddc552-cfb1-4daa-ab63-82ad9201b2ac.jpg",
53+
"SR": "https://imgsli.com/i/7dae175a-f97f-4b51-a96d-03ce2cb2b376.jpg"
54+
},
55+
{
56+
"type": "paired",
57+
"caption": "Super Fantasy Zone (GameCenter CX)",
58+
"LR": "https://imgsli.com/i/084edca0-3359-4e63-84be-a405d1ab73a9.jpg",
59+
"SR": "https://imgsli.com/i/a01db35d-394a-4e7e-99ea-8a9eed245f2d.jpg"
60+
},
61+
{
62+
"type": "paired",
63+
"caption": "Sonic 2 (Model 1 RGB)",
64+
"LR": "https://imgsli.com/i/fbf9065c-ae78-49d2-a9d9-1998d8a81c84.jpg",
65+
"SR": "https://imgsli.com/i/e77e0e5a-ef7c-4c48-a37a-42c46cd5790a.jpg"
66+
}
67+
]
68+
}

0 commit comments

Comments
 (0)