File size: 13,421 Bytes
64c558e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25bc5d2
 
 
64c558e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
# All (one-time) annotations for containers

# NOTES
# 1. All measurements are in centimeters
# 2. All measurements are from the bottom of the container
# 3. All measurements are approximate
# 4. The property of opaque vs transparent is called as visibility


container_1:
  shape: cylindrical
  material: plastic
  visibility: transparent
  example_video_id: VID_20240116_230040
  measurements:
    diameter_bottom: 5.7
    diameter_top: 6.3
    net_height: 19.7
    thickness: 0.32
  hyperparameters:
    beta: 0.00


container_2:
  # Making an approximation here 
  # shape: parabolic
  shape: cylindrical
  material: plastic
  visibility: translucent
  example_video_id: VID_20240118_100817
  measurements:
    diameter_bottom: 8
    diameter_top: 11.5
    net_height: 13

container_3:
  # Fair to approximate as a cylinder
  # shape: freeform
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240118_192450
  measurements:
    diameter_top: 6.5
    diameter_bottom: 5.5
    net_height: 12

container_4:
  shape: semiconical
  material: glass
  visibility: transparent
  example_video_id: VID_20240118_192534
  measurements:
    diameter_top: 8
    diameter_bottom: 5.5
    net_height: 6

container_5:
  shape: semiconical
  material: glass
  visibility: transparent
  example_video_id: VID_20240118_192657
  measurements:
    diameter_top: 8
    diameter_bottom: 5
    net_height: 9

container_6:
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240118_192737
  measurements:
    diameter_top: 7.0
    diameter_bottom: 7.0
    net_height: 7.0
    thickness: 0.24
  hyperparameters:
    beta: 0.08

container_7:
  # shape: semiconical
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240118_192827
  measurements:
    diameter_top: 6.5
    diameter_bottom: 5
    net_height: 9.5

container_8:
  shape: hemispherical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240118_192939
  measurements:
    diameter_top: 12
    diameter_bottom: 6
    net_height: 6

container_9:
  shape: semiconical
  material: plastic
  visibility: translucent
  example_video_id: VID_20240118_193103
  measurements:
    diameter_top: 8.5
    diameter_bottom: 5.5
    net_height: 15.5

container_10:
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240118_221233
  measurements:
    diameter_top: 16
    diameter_bottom: 14
    net_height: 7.5

container_11:
  shape: cylindrical
  material: plastic
  visibility: translucent
  example_video_id: VID_20240118_221340
  measurements:
    diameter_top: 10
    diameter_bottom: 9
    net_height: 10

container_12:
  shape: hemispherical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240118_221422
  measurements:
    diameter_top: 15.5
    diameter_bottom: 7
    net_height: 6

container_13:
  # Making an approximation here
  # shape: parabolic
  shape: semiconical
  material: plastic
  visibility: translucent
  example_video_id: VID_20240118_221516
  measurements:
    diameter_top: 12
    diameter_bottom: 8.5
    net_height: 6

container_14:
  # Making an approximation here
  # shape: square
  shape: cylindrical
  material: plastic_pp
  # visibility: translucent
  visibility: transparent
  example_video_id: VID_20240118_221603
  measurements:
    # side_top: 8
    diameter_top: 11.28 # 8*sqrt(2)
    # side_bottom: 7.5
    diameter_bottom: 10.6 # 7.5*sqrt(2)
    net_height: 14.5

container_15:
  # Making an approximation here
  shape: semiconical
  # shape: parabolic
  material: glass
  visibility: transparent
  example_video_id: VID_20240122_001417
  measurements:
    diameter_top: 6.3
    diameter_bottom: 0.
    net_height: 9.8


container_16:
  shape: semiconical
  material: glass
  visibility: transparent
  example_video_id: VID_20240131_200157
  measurements:
    diameter_top: 8.
    diameter_bottom: 5.5
    net_height: 8.


container_17:
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240131_200305
  measurements:
    diameter_top: 7.
    diameter_bottom: 7.
    net_height: 8.
    thickness: 0.18
  hyperparameters:
    beta: 0.62

container_18:
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240131_200405
  measurements:
    diameter_top: 6.4
    diameter_bottom: 5.4
    net_height: 12.
    thickness: 0.14
  hyperparameters:
    beta: 0.08


container_19:
  shape: bottleneck
  material: plastic
  visibility: transparent
  example_video_id: VID_20240201_113742
  measurements:
    # These are approximate: need to be measured
    diameter_neck: 2.
    neck_height: 1.5
    diameter_top: 6.0
    diameter_bottom: 6.0
    net_height: 32.

container_20:
  shape: cylindrical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240211_191844
  comment: cup with a handle, white-black
  measurements:
    diameter_top: 7.5
    diameter_bottom: 7.0
    net_height: 10.2
    # This is obtained by optimising radial resonance frequency,
    # so may not be 100% accurate + guesstimate (cm)
    thickness: 0.22
  hyperparameters:
    beta: 0.08

container_21:
  shape: cylindrical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240211_192101
  comment: cup with a handle, gray
  measurements:
    diameter_top: 8.0
    diameter_bottom: 7.7
    net_height: 9.0
    thickness: 0.28
  hyperparameters:
    beta: 0.08


container_22:
  shape: cylindrical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240211_192312
  comment: cup with a handle, white-red
  measurements:
    diameter_top: 8.0
    diameter_bottom: 8.0
    net_height: 9.5
    thickness: 0.29
  hyperparameters:
    beta: 0.08


container_23:
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240211_192841
  comment: large mug with a handle
  measurements:
    diameter_top: 9.0
    diameter_bottom: 9.0
    net_height: 13.0
    thickness: 0.35
  hyperparameters:
    beta: 0.01


container_24:
  # Fair to approximate as a cylinder
  # shape: freeform
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240211_193048
  measurements:
    diameter_top: 6.5
    diameter_bottom: 5.0
    net_height: 8.5


container_25:
  shape: semiconical
  material: glass
  visibility: transparent
  example_video_id: VID_20240211_193410
  measurements:
    diameter_top: 8.0
    diameter_bottom: 5.0
    net_height: 9.0


container_26:
  shape: bottleneck
  material: steel
  visibility: opaque
  example_video_id: VID_20240211_193558
  measurements:
    diameter_top: 3.1
    diameter_bottom: 6.5
    net_height: 24.0
    neck_height: 3.5


container_27:
  shape: cylindrical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240211_203739
  comment: cup with a handle, red-white
  measurements:
    diameter_top: 8.5
    diameter_bottom: 7.0
    net_height: 9.0
    thickness: 0.29
  hyperparameters:
    beta: 0.08


container_28:
  shape: semiconical
  material: steel
  visibility: opaque
  example_video_id: VID_20240211_203920
  comment: drinking water glass
  measurements:
    diameter_top: 8.0
    diameter_bottom: 5.5
    net_height: 9.0


container_29:
  shape: cylindrical
  material: plastic
  visibility: transparent
  example_video_id: VID_20240211_204048
  comment: small chutney container
  measurements:
    diameter_top: 9.6
    diameter_bottom: 8.0
    net_height: 4.5

container_30:
  shape: semiconical
  material: plastic_pet
  visibility: transparent
  example_video_id: VID_20240211_204153
  measurements:
    diameter_top: 7.5
    diameter_bottom: 5.0
    net_height: 8.0

container_31:
  shape: semiconical
  material: plastic_pet
  visibility: transparent
  example_video_id: VID_20240211_204307
  measurements:
    diameter_top: 9.5
    diameter_bottom: 6.0
    net_height: 11.5


container_32:
  shape: bottleneck
  material: plastic
  visibility: transparent
  example_video_id: VID_20240221_005847
  comment: sprite bottle
  measurements:
    diameter_top: 2.2
    diameter_bottom: 6.8
    net_height: 23.0
    neck_height: 1.3


container_33:
  # Making an approximation here
  # shape: parabolic
  shape: bottleneck
  material: glass
  visibility: transparent
  example_video_id: VID_20240221_010407
  comment: hajmola container
  measurements:
    diameter_top: 3.3
    diameter_bottom: 4.1
    net_height: 9.0
    # Added later
    neck_height: 1.3


container_34:
  shape: bottleneck
  material: plastic_pet
  visibility: transparent
  example_video_id: VID_20240221_010753
  comment: small cylindrical bottleneck (pachak awla)
  measurements:
    diameter_top: 2.1
    diameter_bottom: 3.5
    net_height: 14.0
    neck_height: 1.5


container_35:
  shape: cylindrical
  material: glass
  visibility: transparent
  example_video_id: VID_20240221_011011
  comment: small cylindrical drinking glass
  measurements:
    diameter_top: 7.0
    diameter_bottom: 7.0
    net_height: 9.0
    thickness: 0.28
  hyperparameters:
    beta: 0.08


container_36:
  shape: cylindrical
  material: paperboard
  visibility: opaque
  example_video_id: VID_20240323_001443
  comment: pringles wafers container
  measurements:
    diameter_top: 7.5
    diameter_bottom: 7.5
    net_height: 25.5
  physical_parameters:
    Y: 2.e9 
    rho_g: '900.'
    a: '0.003'
    beta: '0.62'


container_37:
  shape: semiconical
  material: plastic_pp
  visibility: translucent
  example_video_id: VID_20240323_001933
  comment: custard container (tesco)
  measurements:
    diameter_top: 9.3
    diameter_bottom: 5.5
    net_height: 11.0


container_38:
  shape: semiconical
  material: plastic_pp
  visibility: translucent
  example_video_id: VID_20240323_002820
  comment: custard container (coop)
  measurements:
    diameter_top: 9.3
    diameter_bottom: 6.5
    net_height: 12.0


container_39:
  shape: cylindrical
  # material: plastic_pvc
  material: plastic_pet
  visibility: transparent
  example_video_id: VID_20240323_002126
  comment: jeera container (with a lid)
  measurements:
    diameter_top: 5.0
    diameter_bottom: 6.0
    net_height: 11.0
    thickness: 0.23
  hyperparameters:
    beta: 0.62


container_40:
  shape: semiconical
  material: plastic_pp
  visibility: transparent
  example_video_id: VID_20240331_160952
  comment: glass of water
  measurements:
    diameter_top: 7.5
    diameter_bottom: 5.0
    net_height: 10.0


container_41:
  shape: bottleneck
  material: plastic_pet
  visibility: transparent
  example_video_id: VID_20240331_163111
  comment: mini bottle of water
  measurements:
    diameter_top: 3.5
    diameter_bottom: 6.5
    net_height: 16.0
    neck_height: 2.0


container_42:
  shape: semiconical
  material: paperboard
  visibility: opaque
  example_video_id: VID_20240331_163743
  comment: knoop coffee cup
  measurements:
    diameter_top: 9.0
    diameter_bottom: 6.0
    net_height: 11.0


container_43:
  shape: semiconical
  material: plastic_pet
  visibility: transparent
  example_video_id: VID_20240331_170822
  comment: mini bottle of water
  measurements:
    diameter_top: 6.8
    diameter_bottom: 5.0
    net_height: 7.


container_44:
  shape: hemispherical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240403_235048
  comment: light green colored porridge bowl
  measurements:
    diameter_top: 14.0
    diameter_bottom: 7.
    net_height: 5.


container_45:
  shape: semiconical
  material: paperboard
  visibility: opaque
  example_video_id: VID_20240403_232803
  comment: white colored cup of shake shack
  measurements:
    diameter_top: 9.2
    diameter_bottom: 7.0
    net_height: 11.0


container_46:
  shape: cylindrical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240405_214157
  comment: white colored cup of coffee (non cylindrical bottom) (fine-bone china)
  measurements:
    diameter_top: 7.0
    diameter_bottom: 7.0
    net_height: 10.2


container_47:
  # Making an approximation here
  # shape: parabolic
  shape: semiconical
  material: glass
  visibility: transparent
  example_video_id: VID_20240405_214552
  comment: cup of coffee
  measurements:
    diameter_top: 7.0
    diameter_bottom: 7.0
    net_height: 7.2


container_48:
  shape: cylindrical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240405_214852
  comment: white-red cup of coffee with open bulge at the top
  measurements:
    diameter_top: 9.0
    diameter_bottom: 6.0
    net_height: 12.0


container_49:
  shape: semiconical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240405_215239
  comment: cream colored cup of coffee with a handle
  measurements:
    diameter_top: 8.4
    diameter_bottom: 6.0
    net_height: 10.2


container_50:
  # Making an approximation here
  # shape: parabolic
  shape: semiconical
  material: ceramic
  visibility: opaque
  example_video_id: VID_20240405_215553
  comment: off-white colored cup of coffee with a handle
  measurements:
    diameter_top: 7.5
    diameter_bottom: 5.0
    net_height: 11.2


container_51:
  # Fair to approximate as a cylinder
  # shape: freeform
  shape: cylindrical
  material: steel
  visibility: opaque
  example_video_id: VID_20240405_215918
  comment: coffee pourer
  measurements:
    diameter_top: 6.5
    diameter_bottom: 7.0
    net_height: 9.0