Skip to content

Commit

Permalink
animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartucho committed Mar 17, 2018
1 parent d90bd7a commit 1767d26
Show file tree
Hide file tree
Showing 55 changed files with 81 additions and 108 deletions.
5 changes: 4 additions & 1 deletion extra/find_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@

os.chdir(path)

file_list = glob.glob('*.txt')
file_list.sort()
# iterate through the text files
for txt_file in glob.glob('*.txt'):
for txt_file in file_list:
# open txt file lines to a list
with open(txt_file) as f:
content = f.readlines()
Expand All @@ -23,3 +25,4 @@
class_name = line.split()[0]
if class_name == searching_class_name:
print(txt_file)
break
3 changes: 0 additions & 3 deletions ground-truth/2007_000027.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pictureframe 176 206 225 266
lamp 335 227 381 305
heater 170 156 350 240
pottedplant 272 190 316 259
book 439 157 556 241
Expand All @@ -12,7 +11,5 @@ coffeetable 172 251 406 476
coffeetable 2 236 102 395
tvmonitor 2 10 173 238
bookcase 395 2 639 470
glasses 235 289 284 313
glasses 300 303 344 336
doll 482 83 515 107
vase 276 233 304 259
3 changes: 0 additions & 3 deletions ground-truth/2007_000032.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pictureframe 247 205 292 265
lamp 406 230 449 312
heater 241 157 418 245
pottedplant 339 192 385 264
tvmonitor 33 18 242 231
Expand All @@ -8,8 +7,6 @@ book 514 159 639 251
book 477 401 592 476
book 593 330 637 387
bookcase 464 2 637 473
glasses 301 292 353 319
glasses 365 308 413 344
vase 343 235 368 259
coffeetable 245 249 483 476
coffeetable 1 215 172 455
Expand Down
2 changes: 1 addition & 1 deletion ground-truth/2007_000033.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pottedplant 4 13 79 154
tvmonitor 93 37 194 121
shelf 277 2 444 101
windowblind 469 4 552 91
coffetable_error 11 152 84 250
coffeetable 11 152 84 250
door 516 5 638 410
1 change: 0 additions & 1 deletion ground-truth/2007_000039.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
wastecontainer 528 213 602 300
nightstand 47 115 84 199
lamp 12 53 29 85
3 changes: 0 additions & 3 deletions ground-truth/2007_000121.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ tincan 313 133 352 209
countertop 3 87 190 263
cup 91 70 119 98
sink 3 59 101 102
orange 378 150 410 179
banana 398 169 461 194
apple 427 156 469 183
cabinetry 181 1 635 272
cup 258 154 292 190
cup 288 144 316 177
Expand Down
2 changes: 0 additions & 2 deletions ground-truth/2007_000129.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ chair 253 79 402 333
diningtable 261 112 491 370
cabinetry 209 4 504 228
bottle 393 82 442 154
envelope 358 140 456 167
cup 316 114 366 149
doll 433 131 448 164
doorhandle 5 47 141 101
2 changes: 0 additions & 2 deletions ground-truth/2007_000170.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ diningtable 1 125 190 294
diningtable 301 90 510 302
chair 1 155 189 479
door 20 1 189 196
doorhandle 35 48 181 107
doll 89 147 112 176
envelope 377 119 432 138
cabinetry 237 4 471 188
2 changes: 0 additions & 2 deletions ground-truth/2007_000187.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ tvmonitor 429 43 640 211
sofa 4 184 637 461
remote 351 299 424 341
pictureframe 279 114 339 161
candle 481 157 515 204
backpack 66 209 281 322
tvmonitor 21 56 107 74
vase 250 170 278 198
lamp 341 3 377 90
windowblind 304 7 432 73
coffeetable 282 147 376 213
coffeetable 386 175 611 304
7 changes: 1 addition & 6 deletions ground-truth/2007_000243.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
shelf 76 1 230 254
coffeetable 6 156 88 260
lamp 47 126 72 171
book 99 197 164 234
windowblind 204 1 364 82
wardrobe 372 2 576 233
door 508 2 578 199
door 373 2 455 218
doorhandle 436 67 446 107
doorhandle 511 66 525 98
windowblind 600 3 637 84
whiteboard 581 1 601 70
book 91 95 144 126
book 167 107 215 125
book 169 145 223 175
book 100 134 136 175
book 141 157 167 175
book 168 205 209 229
pottedplant 3 125 24 167
glasses 32 166 63 176
bookcase 80 3 225 237
2 changes: 0 additions & 2 deletions ground-truth/2007_000250.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ tincan 354 115 376 177
diningtable 458 104 635 264
bowl 290 134 335 152
door 206 4 290 130
doorhandle 208 62 294 97
cabinetry 5 8 175 226
envelope 511 107 558 128
doll 577 112 599 133
1 change: 0 additions & 1 deletion ground-truth/2007_000323.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cabinetry 3 1 386 421
door 376 1 445 259
doorhandle 374 48 434 111
cabinetry 480 2 637 228
1 change: 0 additions & 1 deletion ground-truth/2007_000332.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
doorhandle 169 1 323 42
cabinetry 5 2 637 476
1 change: 0 additions & 1 deletion ground-truth/2007_000333.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ diningtable 4 95 341 455
chair 16 149 206 471
chair 338 92 358 171
pictureframe 576 107 603 134
lamp 618 12 640 59
windowblind 561 4 633 70
1 change: 0 additions & 1 deletion ground-truth/2007_000346.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
door 3 1 299 475
doorhandle 3 1 277 204
1 change: 0 additions & 1 deletion ground-truth/2007_000363.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pillow 228 115 329 159
pillow 330 125 416 155
shelf 391 1 499 151
windowblind 485 1 558 85
lamp 62 1 109 143
pottedplant 89 107 121 144
book 450 98 479 105
book 411 91 432 110
Expand Down
1 change: 0 additions & 1 deletion ground-truth/2007_000364.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pottedplant 520 9 623 89
chair 501 88 636 308
diningtable 1 227 263 479
chair 312 87 356 196
envelope 2 272 128 387
tvmonitor 425 58 468 79
tvmonitor 483 51 511 74
windowblind 576 3 638 84
2 changes: 0 additions & 2 deletions ground-truth/2007_000423.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cabinetry 391 6 638 225
door 92 1 279 245
doorhandle 98 47 276 107
diningtable 70 209 639 461
envelope 399 157 545 253
1 change: 0 additions & 1 deletion ground-truth/2007_000452.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
bed 3 91 603 479
pictureframe 249 126 286 153
lamp 225 54 250 146
nightstand 200 141 302 185
heater 147 130 237 179
windowblind 5 2 152 77
Expand Down
2 changes: 0 additions & 2 deletions ground-truth/2007_000504.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pictureframe 206 248 278 335
lamp 426 298 499 425
heater 205 173 424 296
pottedplant 330 231 396 330
tvmonitor 2 10 205 293
glasses 276 361 347 397
vase 335 281 376 329
coffeetable 205 305 563 476
3 changes: 0 additions & 3 deletions ground-truth/2007_000515.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ bed 2 94 441 457
person 471 46 525 88
pictureframe 489 140 529 167
pictureframe 159 125 186 146
shirt 529 148 568 173
lamp 496 71 522 140
lamp 128 61 158 145
nightstand 469 157 565 284
nightstand 116 138 205 179
heater 58 125 153 164
Expand Down
3 changes: 0 additions & 3 deletions ground-truth/2007_000528.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
lamp 203 294 271 413
heater 3 198 196 299
robot 366 64 538 136
pottedplant 82 246 160 345
book 329 191 506 302
book 344 318 441 432
book 450 363 543 453
book 568 236 630 316
book 557 348 631 462
bookcase 318 3 635 471
glasses 38 396 115 444
vase 95 292 142 346
coffeetable 18 324 314 477
1 change: 0 additions & 1 deletion ground-truth/2007_000529.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ pottedplant 391 5 492 146
tvmonitor 506 20 639 242
sofa 3 143 154 476
coffeetable 363 209 611 414
candle 441 194 473 237
1 change: 0 additions & 1 deletion ground-truth/2007_000549.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cabinetry 346 11 546 167
door 183 14 284 129
doorhandle 185 53 286 92
chair 54 151 209 337
chair 150 119 272 276
chair 240 154 380 364
Expand Down
3 changes: 0 additions & 3 deletions ground-truth/2007_000584.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
heater 5 210 164 308
robot 316 58 481 128
pottedplant 33 250 122 353
lamp 163 304 236 425
book 293 185 453 317
book 318 325 413 436
book 427 370 524 449
book 521 204 639 312
book 509 333 638 465
bookcase 280 4 635 472
glasses 2 410 70 455
vase 54 306 107 360
coffeetable 19 332 283 477
1 change: 0 additions & 1 deletion ground-truth/2007_000661.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pillow 548 148 638 262
cabinetry 1 5 109 155
cabinetry 244 5 416 122
door 115 8 194 98
doorhandle 115 50 200 81
chair 152 100 577 476
chair 10 106 99 241
chair 105 113 157 248
Expand Down
3 changes: 0 additions & 3 deletions ground-truth/2007_000663.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pictureframe 412 130 439 157
pictureframe 205 100 244 127
lamp 494 131 517 171
heater 414 115 500 157
windowblind 246 4 317 64
pottedplant 168 8 236 152
Expand All @@ -9,7 +8,5 @@ pottedplant 460 123 480 162
chair 8 86 324 449
tvmonitor 283 42 418 144
sofa 2 115 232 364
glasses 441 154 468 169
coffeetable 235 136 374 227
coffeetable 423 153 529 249
candle 288 126 305 152
1 change: 0 additions & 1 deletion ground-truth/2007_000664.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pillow 378 151 513 239
pillow 490 140 613 234
cabinetry 205 10 384 124
door 84 4 172 88
doorhandle 84 47 178 81
chair 2 91 373 475
chair 211 68 295 191
chair 520 77 603 158
Expand Down
1 change: 0 additions & 1 deletion ground-truth/2007_000713.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ chair 3 138 220 476
chair 20 66 121 200
chair 348 72 514 249
diningtable 56 97 193 200
banana 117 93 144 108
sofa 46 145 506 442
remote 150 225 246 272
1 change: 0 additions & 1 deletion ground-truth/2007_000727.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cabinetry 89 11 390 171
door 400 7 493 97
doorhandle 401 50 491 89
chair 358 104 638 476
diningtable 319 97 375 193
countertop 12 80 170 286
Expand Down
1 change: 0 additions & 1 deletion ground-truth/2007_000762.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pillow 588 167 635 231
cabinetry 5 9 186 158
cabinetry 306 8 483 109
door 179 9 259 135
doorhandle 181 51 265 83
chair 297 101 637 476
chair 93 107 190 231
chair 183 111 286 240
Expand Down
1 change: 0 additions & 1 deletion ground-truth/2007_000783.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cabinetry 4 2 449 265
door 494 5 636 248
doorhandle 499 47 636 107
chair 10 200 226 475
chair 220 385 635 473
diningtable 18 190 634 464
Expand Down
3 changes: 0 additions & 3 deletions ground-truth/2007_000799.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ bed 4 87 492 476
person 521 35 596 86
pictureframe 542 138 593 170
pictureframe 191 120 223 144
shirt 585 148 631 173
lamp 555 64 585 163
lamp 166 54 195 144
nightstand 518 160 631 301
nightstand 149 138 242 176
heater 93 125 174 166
Expand Down
2 changes: 0 additions & 2 deletions ground-truth/2007_000807.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ pillow 314 171 417 231
pillow 412 160 527 257
cabinetry 206 14 381 145
door 71 4 165 97
doorhandle 72 49 167 82
chair 4 87 368 470
chair 501 83 593 167
chair 291 65 366 170
diningtable 227 92 348 180
sofa 214 142 636 469
remote 498 240 562 270
envelope 278 85 309 110
1 change: 0 additions & 1 deletion ground-truth/2007_000830.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
door 416 7 597 233
doorhandle 421 52 587 106
chair 202 166 361 409
chair 18 408 489 477
diningtable 7 192 518 459
Expand Down
2 changes: 0 additions & 2 deletions ground-truth/2007_000836.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ pillow 247 168 373 300
pillow 190 162 296 219
pillow 296 149 400 239
cabinetry 79 5 264 153
doorhandle 6 49 32 89
chair 4 97 259 476
chair 389 77 545 263
diningtable 107 93 231 176
sofa 85 137 521 473
remote 378 229 436 257
envelope 154 82 188 109
1 change: 0 additions & 1 deletion ground-truth/2007_000837.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
bed 2 94 589 478
pictureframe 235 128 274 152
lamp 210 50 240 152
nightstand 189 144 293 194
heater 135 123 220 182
windowblind 2 4 141 79
Expand Down
1 change: 0 additions & 1 deletion ground-truth/2007_000847.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ pottedplant 329 2 441 212
tvmonitor 460 19 638 284
tvmonitor 119 50 204 80
coffeetable 288 217 589 466
candle 422 227 454 284
2 changes: 0 additions & 2 deletions ground-truth/2007_000876.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
cabinetry 6 5 468 217
door 501 8 639 257
doorhandle 511 47 638 111
chair 314 164 457 206
chair 150 331 539 472
chair 6 184 158 466
diningtable 22 192 613 474
tincan 323 172 366 262
envelope 393 214 517 313
1 change: 0 additions & 1 deletion ground-truth/2007_000904.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabinetry 5 5 253 204
cabinetry 388 11 570 152
door 256 14 335 100
doorhandle 253 53 335 83
chair 186 114 288 264
chair 316 124 411 274
chair 452 66 525 204
Expand Down
2 changes: 0 additions & 2 deletions ground-truth/2007_001073.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabinetry 7 2 253 191
cabinetry 395 10 592 139
door 252 10 339 119
doorhandle 248 50 341 89
chair 177 131 310 332
chair 322 144 453 324
chair 255 116 360 278
Expand All @@ -12,5 +11,4 @@ tincan 280 103 298 146
tincan 315 106 332 148
bowl 259 111 284 132
bowl 302 110 347 129
envelope 522 101 576 125
doll 589 99 612 128
4 changes: 0 additions & 4 deletions ground-truth/2007_001154.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
cabinetry 38 4 456 200
door 467 8 561 128
doorhandle 451 53 565 104
chair 364 142 502 328
chair 439 120 554 288
chair 497 151 637 383
diningtable 389 131 633 350
apple 45 85 79 119
orange 75 74 98 102
countertop 7 103 147 470
banana 84 91 124 115
tincan 493 112 520 160
tincan 533 111 557 162
sink 10 107 81 151
1 change: 0 additions & 1 deletion ground-truth/2007_001175.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
bed 589 135 636 225
windowblind 316 5 404 65
chair 8 112 293 470
wardrobe 455 9 614 204
book 194 96 244 105
book 260 100 303 125
book 266 130 304 167
Expand Down
Loading

0 comments on commit 1767d26

Please sign in to comment.