Register - Login
Views: 99393017
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 10:18:37 AM
Jul - Projects and Creations - I'm training a neural network to tell Sonic 1 and Sonic 2 apart New poll - New thread - New reply
Pages: 1 2 Next newer thread | Next older thread
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1874/2066
EXP: 6305066
For next: 87708

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 10-29-20 04:36:53 PM Link | Quote


* flops, wings involved.

level 82

exp 5109138

exppct 53.7%

numposts 1874

 
Originally posted by RanAS
Seems like Star Light in particular is proving to be more troublesome to the neural network. I wonder if it's getting it confused with Labyrinth, or if that's just more difficult to decode overall?

It's definitely "confusing" it with the underwater sections of Labyrinth, which have similar colors. But in general, a problem of autoencoders is blurry output, because the cheap solution to "get as close to these images as possible" is to simply produce a blurry mess (a "pixel porridge" as my friend called it) that's sort-of inbetween all of them. I'll be exploring some solutions to this problem but most of them are alleviated by using GANs, or generative adversarial networks, which have been oh-so-popular recently (if you've seen this cat does not exist or similar, those have been generated by GANs). They'll be the next thing I'll be learning, probably.

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Xkeeper

Level: 263


Posts: 24866/25343
EXP: 296722217
For next: 2238236

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 10-29-20 05:00:16 PM Link | Quote
This makes me wonder what would happen if you fed it a ton of screenshots between Oracle of Ages and Oracle of Seasons, since the two games are extremely visually similar yet have some unique distinctive features (sometimes)...

____________________
(Lv 257 with 273562810 EXP)
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1875/2066
EXP: 6305066
For next: 87708

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 10-29-20 05:20:07 PM Link | Quote


* flops, wings involved.

level 82

exp 5113247

exppct 55.6%

numposts 1875

 
Originally posted by Xkeeper
This makes me wonder what would happen if you fed it a ton of screenshots between Oracle of Ages and Oracle of Seasons, since the two games are extremely visually similar yet have some unique distinctive features (sometimes)...

So I would love to make more experiments like this, but there's one issue I've ran into. In order to train a network, a big and varied data set is required. For my S1/S2 classifier, I used 40k screenshots captured from ~15 videos, including some TASes and longplays. That's decent enough data for a classifier. It comes from videos, so it's not pixel quality, but that's actually perfectly acceptable for a classifier. In fact, you have seen that I have augmented the images to be even more cropped and blurry so that the network would learn better.

However, if I want to do more generative art, I need a better dataset than videos, which suffer from compression artifacts, because I want the network to learn and emulate the actual pixel art. Now, there are TAS movie files, which would be perfect for this purpose, with one hitch... TASes have the explicit goal of beating the game as fast as possible, while for machine learning you want as much footage of the game as possible, and those two goals are at odds.

So I've started looking for a collection of movie files that are not TASes or speedruns (and asked this question on the TASVideos forum). I'll definitely need to get ahold of multiple playthrough movie files by various people for each game I want to work with.

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Xkeeper

Level: 263


Posts: 24867/25343
EXP: 296722217
For next: 2238236

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 10-29-20 05:33:10 PM Link | Quote
You can always use the raw input files rather than the outputted videos, too.

But for something like that it sounds like just having some people record input videos of their playthroughs would work? Would take a while but with the proper setup/instructions you might be able to do a little crowdsourcing

____________________
(Lv 257 with 273579954 EXP)
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1876/2066
EXP: 6305066
For next: 87708

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 10-29-20 05:44:55 PM (last edited by Sanqui at 10-29-20 05:45:24 PM) Link | Quote


* flops, wings involved.

level 82

exp 5117349

exppct 57.5%

numposts 1876

 
Originally posted by Xkeeper
You can always use the raw input files rather than the outputted videos, too.

Movie files are technically "temporal" data which requires some techniques I haven't learned but, for sure, would be interesting. i'm also though thinking of working with RAM in some way, such as have the network predict the next frame's RAM, which could result in novel ways to "corrupt" or "deepdream" a game. Having many movie files of normal gameplay would be really helpful here.


But for something like that it sounds like just having some people record input videos of their playthroughs would work? Would take a while but with the proper setup/instructions you might be able to do a little crowdsourcing

For sure. Incidentally, who wants to play some Sonic?

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Xkeeper

Level: 263


Posts: 24868/25343
EXP: 296722217
For next: 2238236

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 10-29-20 05:55:29 PM Link | Quote
I was thinking more you'd use them to create screenshots or short videos, rather than playing back directly.

____________________
(Lv 257 with 273596893 EXP)
Girlydragon
3030
Possibly neither Girly nor Dragon.
Level: 105


Posts: 3023/3030
EXP: 12246089
For next: 16171

Since: 07-21-07

From: Sweden

Since last post: 274 days
Last activity: 51 min.

Posted on 10-29-20 06:00:37 PM Link | Quote
Originally posted by Sanqui
For sure. Incidentally, who wants to play some Sonic?



Build a neural network that plays sonic so you can export images for your neural network that identifies sonic.

For real though, this is really cool, I'm excited to see more stuff from it.

____________________
DarkWitchClaire

Giant Red Paratroopa
Level: 63


Posts: 1271/1408
EXP: 2044048
For next: 53104

Since: 03-19-18

Pronouns: she/her
From: USA

Since last post: 12 days
Last activity: 12 days

Posted on 10-29-20 06:59:04 PM Link | Quote

Originally posted by Sanqui
For sure. Incidentally, who wants to play some Sonic?

if you just need someone who can play casually i can do that, no guarantee of getting emeralds though

____________________
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1889/2066
EXP: 6305066
For next: 87708

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 11-12-20 09:30:00 AM Link | Quote


* flops, wings involved.

level 82

exp 5179554

exppct 86.3%

numposts 1889

 
Originally posted by DarkWitchClaire
Originally posted by Sanqui
For sure. Incidentally, who wants to play some Sonic?

if you just need someone who can play casually i can do that, no guarantee of getting emeralds though

The only reason I haven't taken you up on this offer is because I can't decide on which revision of Sonic 1 to use. I don't expect to figure that out soon so please choose yourself. Either the US version or the Japanese one (with the parallax backgrounds) will do

No need for the good ending, I desire deeply average gameplay. Use Gens rerecording please.

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1891/2066
EXP: 6305066
For next: 87708

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 11-21-20 02:10:43 PM Link | Quote


* flops, wings involved.

level 82

exp 5193772

exppct 92.9%

numposts 1891

 
I did it, I made sonic fever dream

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
fimbul
Member
Level: 16


Posts: 47/62
EXP: 17530
For next: 2726

Since: 10-12-18


Since last post: 288 days
Last activity: 88 days

Posted on 11-21-20 09:32:26 PM Link | Quote

Guess he really is a blue blur now.

____________________

4953

Pages: 1 2 Next newer thread | Next older thread
Jul - Projects and Creations - I'm training a neural network to tell Sonic 1 and Sonic 2 apart New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

29 database queries.
Query execution time:  0.082675 seconds
Script execution time:  0.038328 seconds
Total render time:  0.121003 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 176 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 234 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 132 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 179 column 613 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 179 column 3813 - Warning: '<' + '/' + letter not allowed here
line 184 column 20 - Warning: '<' + '/' + letter not allowed here
line 184 column 34 - Warning: '<' + '/' + letter not allowed here
line 188 column 21 - Warning: '<' + '/' + letter not allowed here
line 202 column 1669 - Warning: discarding unexpected </div>
line 202 column 1675 - Warning: discarding unexpected </div>
line 202 column 1681 - Warning: discarding unexpected </td>
line 205 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 207 column 9 - Warning: missing <tr>
line 225 column 13 - Warning: missing <tr>
line 226 column 102 - Warning: unescaped & or unknown entity "&postid"
line 228 column 74 - Warning: <style> isn't allowed in <td> elements
line 228 column 9 - Info: <td> previously mentioned
line 231 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 233 column 9 - Warning: missing <tr>
line 251 column 13 - Warning: missing <tr>
line 252 column 102 - Warning: unescaped & or unknown entity "&postid"
line 254 column 74 - Warning: <style> isn't allowed in <td> elements
line 254 column 9 - Info: <td> previously mentioned
line 254 column 613 - Warning: <style> isn't allowed in <td> elements
line 254 column 9 - Info: <td> previously mentioned
line 254 column 3813 - Warning: '<' + '/' + letter not allowed here
line 259 column 20 - Warning: '<' + '/' + letter not allowed here
line 259 column 34 - Warning: '<' + '/' + letter not allowed here
line 263 column 21 - Warning: '<' + '/' + letter not allowed here
line 281 column 2354 - Warning: discarding unexpected </div>
line 281 column 2360 - Warning: discarding unexpected </div>
line 281 column 2366 - Warning: discarding unexpected </td>
line 284 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 286 column 9 - Warning: missing <tr>
line 304 column 13 - Warning: missing <tr>
line 305 column 102 - Warning: unescaped & or unknown entity "&postid"
line 307 column 74 - Warning: <style> isn't allowed in <td> elements
line 307 column 9 - Info: <td> previously mentioned
line 312 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 314 column 9 - Warning: missing <tr>
line 332 column 13 - Warning: missing <tr>
line 333 column 102 - Warning: unescaped & or unknown entity "&postid"
line 335 column 74 - Warning: <style> isn't allowed in <td> elements
line 335 column 9 - Info: <td> previously mentioned
line 335 column 613 - Warning: <style> isn't allowed in <td> elements
line 335 column 9 - Info: <td> previously mentioned
line 335 column 3813 - Warning: '<' + '/' + letter not allowed here
line 340 column 20 - Warning: '<' + '/' + letter not allowed here
line 340 column 34 - Warning: '<' + '/' + letter not allowed here
line 344 column 21 - Warning: '<' + '/' + letter not allowed here
line 361 column 1652 - Warning: discarding unexpected </div>
line 361 column 1658 - Warning: discarding unexpected </div>
line 361 column 1664 - Warning: discarding unexpected </td>
line 364 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 366 column 9 - Warning: missing <tr>
line 384 column 13 - Warning: missing <tr>
line 385 column 102 - Warning: unescaped & or unknown entity "&postid"
line 387 column 74 - Warning: <style> isn't allowed in <td> elements
line 387 column 9 - Info: <td> previously mentioned
line 390 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 392 column 9 - Warning: missing <tr>
line 410 column 13 - Warning: missing <tr>
line 411 column 102 - Warning: unescaped & or unknown entity "&postid"
line 413 column 353 - Warning: <style> isn't allowed in <td> elements
line 413 column 214 - Info: <td> previously mentioned
line 413 column 941 - Warning: <style> isn't allowed in <td> elements
line 413 column 214 - Info: <td> previously mentioned
line 413 column 1562 - Warning: <style> isn't allowed in <td> elements
line 413 column 214 - Info: <td> previously mentioned
line 413 column 2128 - Warning: <style> isn't allowed in <td> elements
line 413 column 214 - Info: <td> previously mentioned
line 413 column 2661 - Warning: <style> isn't allowed in <td> elements
line 413 column 214 - Info: <td> previously mentioned
line 421 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 423 column 9 - Warning: missing <tr>
line 441 column 13 - Warning: missing <tr>
line 442 column 102 - Warning: unescaped & or unknown entity "&postid"
line 449 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 451 column 9 - Warning: missing <tr>
line 469 column 13 - Warning: missing <tr>
line 470 column 102 - Warning: unescaped & or unknown entity "&postid"
line 472 column 74 - Warning: <style> isn't allowed in <td> elements
line 472 column 9 - Info: <td> previously mentioned
line 472 column 613 - Warning: <style> isn't allowed in <td> elements
line 472 column 9 - Info: <td> previously mentioned
line 472 column 3813 - Warning: '<' + '/' + letter not allowed here
line 477 column 20 - Warning: '<' + '/' + letter not allowed here
line 477 column 34 - Warning: '<' + '/' + letter not allowed here
line 481 column 21 - Warning: '<' + '/' + letter not allowed here
line 498 column 1549 - Warning: discarding unexpected </div>
line 498 column 1555 - Warning: discarding unexpected </div>
line 498 column 1561 - Warning: discarding unexpected </td>
line 501 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 503 column 9 - Warning: missing <tr>
line 521 column 13 - Warning: missing <tr>
line 522 column 102 - Warning: unescaped & or unknown entity "&postid"
line 524 column 74 - Warning: <style> isn't allowed in <td> elements
line 524 column 9 - Info: <td> previously mentioned
line 524 column 613 - Warning: <style> isn't allowed in <td> elements
line 524 column 9 - Info: <td> previously mentioned
line 524 column 3813 - Warning: '<' + '/' + letter not allowed here
line 529 column 20 - Warning: '<' + '/' + letter not allowed here
line 529 column 34 - Warning: '<' + '/' + letter not allowed here
line 533 column 21 - Warning: '<' + '/' + letter not allowed here
line 546 column 755 - Warning: discarding unexpected </div>
line 546 column 761 - Warning: discarding unexpected </div>
line 546 column 767 - Warning: discarding unexpected </td>
line 549 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 551 column 9 - Warning: missing <tr>
line 569 column 13 - Warning: missing <tr>
line 570 column 102 - Warning: unescaped & or unknown entity "&postid"
line 572 column 74 - Warning: <style> isn't allowed in <td> elements
line 572 column 9 - Info: <td> previously mentioned
line 575 column 17 - Warning: missing <tr>
line 575 column 17 - Warning: discarding unexpected <table>
line 578 column 35 - Warning: missing <tr>
line 578 column 95 - Warning: unescaped & or unknown entity "&page"
line 578 column 50 - Warning: missing </font> before </td>
line 578 column 132 - Warning: missing </font> before </table>
line 580 column 35 - Warning: missing <tr>
line 580 column 50 - Warning: missing </font> before </td>
line 581 column 37 - Warning: unescaped & or unknown entity "&id"
line 580 column 234 - Warning: missing </font> before </table>
line 582 column 17 - Warning: discarding unexpected </textarea>
line 582 column 28 - Warning: discarding unexpected </form>
line 582 column 35 - Warning: discarding unexpected </embed>
line 582 column 43 - Warning: discarding unexpected </noembed>
line 582 column 53 - Warning: discarding unexpected </noscript>
line 582 column 64 - Warning: discarding unexpected </noembed>
line 582 column 74 - Warning: discarding unexpected </embed>
line 582 column 82 - Warning: discarding unexpected </table>
line 582 column 90 - Warning: discarding unexpected </table>
line 584 column 9 - Warning: missing </font> before <table>
line 596 column 25 - Warning: discarding unexpected </font>
line 605 column 37 - Warning: discarding unexpected </font>
line 583 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 16 - Warning: <img> lacks "alt" attribute
line 160 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 59 - Warning: <img> lacks "alt" attribute
line 160 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 102 - Warning: <img> lacks "alt" attribute
line 160 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 145 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 210 column 23 - Warning: <img> lacks "alt" attribute
line 210 column 64 - Warning: <img> lacks "alt" attribute
line 210 column 113 - Warning: <img> lacks "alt" attribute
line 210 column 163 - Warning: <img> lacks "alt" attribute
line 211 column 11 - Warning: <img> lacks "alt" attribute
line 221 column 15 - Warning: <img> lacks "alt" attribute
line 235 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 235 column 16 - Warning: <img> lacks "alt" attribute
line 235 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 235 column 59 - Warning: <img> lacks "alt" attribute
line 235 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 235 column 102 - Warning: <img> lacks "alt" attribute
line 235 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 235 column 145 - Warning: <img> lacks "alt" attribute
line 236 column 22 - Warning: <img> lacks "alt" attribute
line 236 column 63 - Warning: <img> lacks "alt" attribute
line 236 column 112 - Warning: <img> lacks "alt" attribute
line 236 column 162 - Warning: <img> lacks "alt" attribute
line 237 column 11 - Warning: <img> lacks "alt" attribute
line 247 column 15 - Warning: <img> lacks "alt" attribute
line 289 column 23 - Warning: <img> lacks "alt" attribute
line 289 column 64 - Warning: <img> lacks "alt" attribute
line 289 column 113 - Warning: <img> lacks "alt" attribute
line 289 column 163 - Warning: <img> lacks "alt" attribute
line 290 column 11 - Warning: <img> lacks "alt" attribute
line 300 column 15 - Warning: <img> lacks "alt" attribute
line 307 column 901 - Warning: <div> anchor "xklayout" already defined
line 309 column 1293 - Warning: <img> proprietary attribute value "absmiddle"
line 309 column 1293 - Warning: <img> lacks "alt" attribute
line 316 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 316 column 16 - Warning: <img> lacks "alt" attribute
line 316 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 316 column 59 - Warning: <img> lacks "alt" attribute
line 316 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 316 column 102 - Warning: <img> lacks "alt" attribute
line 316 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 316 column 145 - Warning: <img> lacks "alt" attribute
line 317 column 22 - Warning: <img> lacks "alt" attribute
line 317 column 63 - Warning: <img> lacks "alt" attribute
line 317 column 112 - Warning: <img> lacks "alt" attribute
line 317 column 162 - Warning: <img> lacks "alt" attribute
line 318 column 11 - Warning: <img> lacks "alt" attribute
line 328 column 15 - Warning: <img> lacks "alt" attribute
line 360 column 1236 - Warning: <img> proprietary attribute value "absmiddle"
line 360 column 1236 - Warning: <img> lacks "alt" attribute
line 361 column 1364 - Warning: <img> proprietary attribute value "absmiddle"
line 361 column 1364 - Warning: <img> lacks "alt" attribute
line 369 column 23 - Warning: <img> lacks "alt" attribute
line 369 column 64 - Warning: <img> lacks "alt" attribute
line 369 column 113 - Warning: <img> lacks "alt" attribute
line 369 column 163 - Warning: <img> lacks "alt" attribute
line 370 column 11 - Warning: <img> lacks "alt" attribute
line 380 column 15 - Warning: <img> lacks "alt" attribute
line 387 column 901 - Warning: <div> anchor "xklayout" already defined
line 394 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 394 column 16 - Warning: <img> lacks "alt" attribute
line 394 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 394 column 59 - Warning: <img> lacks "alt" attribute
line 394 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 394 column 102 - Warning: <img> lacks "alt" attribute
line 394 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 394 column 145 - Warning: <img> lacks "alt" attribute
line 394 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 394 column 188 - Warning: <img> lacks "alt" attribute
line 394 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 394 column 231 - Warning: <img> lacks "alt" attribute
line 395 column 23 - Warning: <img> lacks "alt" attribute
line 395 column 64 - Warning: <img> lacks "alt" attribute
line 395 column 113 - Warning: <img> lacks "alt" attribute
line 395 column 162 - Warning: <img> lacks "alt" attribute
line 396 column 11 - Warning: <img> lacks "alt" attribute
line 406 column 15 - Warning: <img> lacks "alt" attribute
line 413 column 2862 - Warning: <img> proprietary attribute value "absmiddle"
line 413 column 2862 - Warning: <img> lacks "alt" attribute
line 425 column 11 - Warning: <img> lacks "alt" attribute
line 426 column 22 - Warning: <img> lacks "alt" attribute
line 426 column 63 - Warning: <img> lacks "alt" attribute
line 426 column 112 - Warning: <img> lacks "alt" attribute
line 426 column 162 - Warning: <img> lacks "alt" attribute
line 427 column 11 - Warning: <img> lacks "alt" attribute
line 437 column 15 - Warning: <img> lacks "alt" attribute
line 445 column 1036 - Warning: <img> lacks "alt" attribute
line 445 column 1250 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 1250 - Warning: <img> lacks "alt" attribute
line 446 column 1479 - Warning: <img> lacks "alt" attribute
line 453 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 453 column 16 - Warning: <img> lacks "alt" attribute
line 453 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 453 column 59 - Warning: <img> lacks "alt" attribute
line 453 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 453 column 102 - Warning: <img> lacks "alt" attribute
line 453 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 453 column 145 - Warning: <img> lacks "alt" attribute
line 454 column 22 - Warning: <img> lacks "alt" attribute
line 454 column 63 - Warning: <img> lacks "alt" attribute
line 454 column 112 - Warning: <img> lacks "alt" attribute
line 454 column 162 - Warning: <img> lacks "alt" attribute
line 455 column 11 - Warning: <img> lacks "alt" attribute
line 465 column 15 - Warning: <img> lacks "alt" attribute
line 494 column 641 - Warning: <img> proprietary attribute value "absmiddle"
line 494 column 641 - Warning: <img> lacks "alt" attribute
line 496 column 1108 - Warning: <img> proprietary attribute value "absmiddle"
line 496 column 1108 - Warning: <img> lacks "alt" attribute
line 505 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 16 - Warning: <img> lacks "alt" attribute
line 505 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 59 - Warning: <img> lacks "alt" attribute
line 505 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 102 - Warning: <img> lacks "alt" attribute
line 505 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 145 - Warning: <img> lacks "alt" attribute
line 506 column 22 - Warning: <img> lacks "alt" attribute
line 506 column 63 - Warning: <img> lacks "alt" attribute
line 506 column 112 - Warning: <img> lacks "alt" attribute
line 506 column 162 - Warning: <img> lacks "alt" attribute
line 507 column 11 - Warning: <img> lacks "alt" attribute
line 517 column 15 - Warning: <img> lacks "alt" attribute
line 554 column 22 - Warning: <img> lacks "alt" attribute
line 554 column 63 - Warning: <img> lacks "alt" attribute
line 554 column 112 - Warning: <img> lacks "alt" attribute
line 554 column 162 - Warning: <img> lacks "alt" attribute
line 555 column 11 - Warning: <img> lacks "alt" attribute
line 565 column 15 - Warning: <img> lacks "alt" attribute
line 581 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 581 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 581 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 590 column 25 - Warning: <img> lacks "alt" attribute
line 595 column 267 - Warning: <img> lacks "alt" attribute
line 190 column 18 - Warning: trimming empty <b>
line 265 column 18 - Warning: trimming empty <b>
line 346 column 18 - Warning: trimming empty <b>
line 483 column 18 - Warning: trimming empty <b>
line 535 column 18 - Warning: trimming empty <b>
line 575 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 226 column 27 - Warning: <nobr> is not approved by W3C
line 252 column 27 - Warning: <nobr> is not approved by W3C
line 305 column 27 - Warning: <nobr> is not approved by W3C
line 333 column 27 - Warning: <nobr> is not approved by W3C
line 385 column 27 - Warning: <nobr> is not approved by W3C
line 411 column 27 - Warning: <nobr> is not approved by W3C
line 413 column 74 - Warning: <table> proprietary attribute "height"
line 442 column 27 - Warning: <nobr> is not approved by W3C
line 470 column 27 - Warning: <nobr> is not approved by W3C
line 522 column 27 - Warning: <nobr> is not approved by W3C
line 570 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 307 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md