├── 0_illustration_SoftmaxCosineSim.ipynb ├── 1_data_processing_trashnet.ipynb ├── 2_model_SimCLR.ipynb ├── Classifier.py ├── DataGeneratorClass.py ├── DataGeneratorSimCLR.py ├── LICENSE ├── README.md ├── SimCLR.py ├── SimCLR_data_util.py ├── SoftmaxCosineSim.py ├── data ├── df.pickle ├── processed │ ├── cardboard │ │ ├── cardboard1.jpg │ │ ├── cardboard10.jpg │ │ ├── cardboard100.jpg │ │ ├── cardboard101.jpg │ │ ├── cardboard102.jpg │ │ ├── cardboard103.jpg │ │ ├── cardboard104.jpg │ │ ├── cardboard105.jpg │ │ ├── cardboard106.jpg │ │ ├── cardboard107.jpg │ │ ├── cardboard108.jpg │ │ ├── cardboard109.jpg │ │ ├── cardboard11.jpg │ │ ├── cardboard110.jpg │ │ ├── cardboard111.jpg │ │ ├── cardboard112.jpg │ │ ├── cardboard113.jpg │ │ ├── cardboard114.jpg │ │ ├── cardboard115.jpg │ │ ├── cardboard116.jpg │ │ ├── cardboard117.jpg │ │ ├── cardboard118.jpg │ │ ├── cardboard119.jpg │ │ ├── cardboard12.jpg │ │ ├── cardboard120.jpg │ │ ├── cardboard121.jpg │ │ ├── cardboard122.jpg │ │ ├── cardboard123.jpg │ │ ├── cardboard124.jpg │ │ ├── cardboard125.jpg │ │ ├── cardboard126.jpg │ │ ├── cardboard127.jpg │ │ ├── cardboard128.jpg │ │ ├── cardboard129.jpg │ │ ├── cardboard13.jpg │ │ ├── cardboard130.jpg │ │ ├── cardboard131.jpg │ │ ├── cardboard132.jpg │ │ ├── cardboard133.jpg │ │ ├── cardboard134.jpg │ │ ├── cardboard135.jpg │ │ ├── cardboard136.jpg │ │ ├── cardboard137.jpg │ │ ├── cardboard138.jpg │ │ ├── cardboard139.jpg │ │ ├── cardboard14.jpg │ │ ├── cardboard140.jpg │ │ ├── cardboard141.jpg │ │ ├── cardboard142.jpg │ │ ├── cardboard143.jpg │ │ ├── cardboard144.jpg │ │ ├── cardboard145.jpg │ │ ├── cardboard146.jpg │ │ ├── cardboard147.jpg │ │ ├── cardboard148.jpg │ │ ├── cardboard149.jpg │ │ ├── cardboard15.jpg │ │ ├── cardboard150.jpg │ │ ├── cardboard151.jpg │ │ ├── cardboard152.jpg │ │ ├── cardboard153.jpg │ │ ├── cardboard154.jpg │ │ ├── cardboard155.jpg │ │ ├── cardboard156.jpg │ │ ├── cardboard157.jpg │ │ ├── cardboard158.jpg │ │ ├── cardboard159.jpg │ │ ├── cardboard16.jpg │ │ ├── cardboard160.jpg │ │ ├── cardboard161.jpg │ │ ├── cardboard162.jpg │ │ ├── cardboard163.jpg │ │ ├── cardboard164.jpg │ │ ├── cardboard165.jpg │ │ ├── cardboard166.jpg │ │ ├── cardboard167.jpg │ │ ├── cardboard168.jpg │ │ ├── cardboard169.jpg │ │ ├── cardboard17.jpg │ │ ├── cardboard170.jpg │ │ ├── cardboard171.jpg │ │ ├── cardboard172.jpg │ │ ├── cardboard173.jpg │ │ ├── cardboard174.jpg │ │ ├── cardboard175.jpg │ │ ├── cardboard176.jpg │ │ ├── cardboard177.jpg │ │ ├── cardboard178.jpg │ │ ├── cardboard179.jpg │ │ ├── cardboard18.jpg │ │ ├── cardboard180.jpg │ │ ├── cardboard181.jpg │ │ ├── cardboard182.jpg │ │ ├── cardboard183.jpg │ │ ├── cardboard184.jpg │ │ ├── cardboard185.jpg │ │ ├── cardboard186.jpg │ │ ├── cardboard187.jpg │ │ ├── cardboard188.jpg │ │ ├── cardboard189.jpg │ │ ├── cardboard19.jpg │ │ ├── cardboard190.jpg │ │ ├── cardboard191.jpg │ │ ├── cardboard192.jpg │ │ ├── cardboard193.jpg │ │ ├── cardboard194.jpg │ │ ├── cardboard195.jpg │ │ ├── cardboard196.jpg │ │ ├── cardboard197.jpg │ │ ├── cardboard198.jpg │ │ ├── cardboard199.jpg │ │ ├── cardboard2.jpg │ │ ├── cardboard20.jpg │ │ ├── cardboard200.jpg │ │ ├── cardboard201.jpg │ │ ├── cardboard202.jpg │ │ ├── cardboard203.jpg │ │ ├── cardboard204.jpg │ │ ├── cardboard205.jpg │ │ ├── cardboard206.jpg │ │ ├── cardboard207.jpg │ │ ├── cardboard208.jpg │ │ ├── cardboard209.jpg │ │ ├── cardboard21.jpg │ │ ├── cardboard210.jpg │ │ ├── cardboard211.jpg │ │ ├── cardboard212.jpg │ │ ├── cardboard213.jpg │ │ ├── cardboard214.jpg │ │ ├── cardboard215.jpg │ │ ├── cardboard216.jpg │ │ ├── cardboard217.jpg │ │ ├── cardboard218.jpg │ │ ├── cardboard219.jpg │ │ ├── cardboard22.jpg │ │ ├── cardboard220.jpg │ │ ├── cardboard221.jpg │ │ ├── cardboard222.jpg │ │ ├── cardboard223.jpg │ │ ├── cardboard224.jpg │ │ ├── cardboard225.jpg │ │ ├── cardboard226.jpg │ │ ├── cardboard227.jpg │ │ ├── cardboard228.jpg │ │ ├── cardboard229.jpg │ │ ├── cardboard23.jpg │ │ ├── cardboard230.jpg │ │ ├── cardboard231.jpg │ │ ├── cardboard232.jpg │ │ ├── cardboard233.jpg │ │ ├── cardboard234.jpg │ │ ├── cardboard235.jpg │ │ ├── cardboard236.jpg │ │ ├── cardboard237.jpg │ │ ├── cardboard238.jpg │ │ ├── cardboard239.jpg │ │ ├── cardboard24.jpg │ │ ├── cardboard240.jpg │ │ ├── cardboard241.jpg │ │ ├── cardboard242.jpg │ │ ├── cardboard243.jpg │ │ ├── cardboard244.jpg │ │ ├── cardboard245.jpg │ │ ├── cardboard246.jpg │ │ ├── cardboard247.jpg │ │ ├── cardboard248.jpg │ │ ├── cardboard249.jpg │ │ ├── cardboard25.jpg │ │ ├── cardboard250.jpg │ │ ├── cardboard251.jpg │ │ ├── cardboard252.jpg │ │ ├── cardboard253.jpg │ │ ├── cardboard254.jpg │ │ ├── cardboard255.jpg │ │ ├── cardboard256.jpg │ │ ├── cardboard257.jpg │ │ ├── cardboard258.jpg │ │ ├── cardboard259.jpg │ │ ├── cardboard26.jpg │ │ ├── cardboard260.jpg │ │ ├── cardboard261.jpg │ │ ├── cardboard262.jpg │ │ ├── cardboard263.jpg │ │ ├── cardboard264.jpg │ │ ├── cardboard265.jpg │ │ ├── cardboard266.jpg │ │ ├── cardboard267.jpg │ │ ├── cardboard268.jpg │ │ ├── cardboard269.jpg │ │ ├── cardboard27.jpg │ │ ├── cardboard270.jpg │ │ ├── cardboard271.jpg │ │ ├── cardboard272.jpg │ │ ├── cardboard273.jpg │ │ ├── cardboard274.jpg │ │ ├── cardboard275.jpg │ │ ├── cardboard276.jpg │ │ ├── cardboard277.jpg │ │ ├── cardboard278.jpg │ │ ├── cardboard279.jpg │ │ ├── cardboard28.jpg │ │ ├── cardboard280.jpg │ │ ├── cardboard281.jpg │ │ ├── cardboard282.jpg │ │ ├── cardboard283.jpg │ │ ├── cardboard284.jpg │ │ ├── cardboard285.jpg │ │ ├── cardboard286.jpg │ │ ├── cardboard287.jpg │ │ ├── cardboard288.jpg │ │ ├── cardboard289.jpg │ │ ├── cardboard29.jpg │ │ ├── cardboard290.jpg │ │ ├── cardboard291.jpg │ │ ├── cardboard292.jpg │ │ ├── cardboard293.jpg │ │ ├── cardboard294.jpg │ │ ├── cardboard295.jpg │ │ ├── cardboard296.jpg │ │ ├── cardboard297.jpg │ │ ├── cardboard298.jpg │ │ ├── cardboard299.jpg │ │ ├── cardboard3.jpg │ │ ├── cardboard30.jpg │ │ ├── cardboard300.jpg │ │ ├── cardboard301.jpg │ │ ├── cardboard302.jpg │ │ ├── cardboard303.jpg │ │ ├── cardboard304.jpg │ │ ├── cardboard305.jpg │ │ ├── cardboard306.jpg │ │ ├── cardboard307.jpg │ │ ├── cardboard308.jpg │ │ ├── cardboard309.jpg │ │ ├── cardboard31.jpg │ │ ├── cardboard310.jpg │ │ ├── cardboard311.jpg │ │ ├── cardboard312.jpg │ │ ├── cardboard313.jpg │ │ ├── cardboard314.jpg │ │ ├── cardboard315.jpg │ │ ├── cardboard316.jpg │ │ ├── cardboard317.jpg │ │ ├── cardboard318.jpg │ │ ├── cardboard319.jpg │ │ ├── cardboard32.jpg │ │ ├── cardboard320.jpg │ │ ├── cardboard321.jpg │ │ ├── cardboard322.jpg │ │ ├── cardboard323.jpg │ │ ├── cardboard324.jpg │ │ ├── cardboard325.jpg │ │ ├── cardboard326.jpg │ │ ├── cardboard327.jpg │ │ ├── cardboard328.jpg │ │ ├── cardboard329.jpg │ │ ├── cardboard33.jpg │ │ ├── cardboard330.jpg │ │ ├── cardboard331.jpg │ │ ├── cardboard332.jpg │ │ ├── cardboard333.jpg │ │ ├── cardboard334.jpg │ │ ├── cardboard335.jpg │ │ ├── cardboard336.jpg │ │ ├── cardboard337.jpg │ │ ├── cardboard338.jpg │ │ ├── cardboard339.jpg │ │ ├── cardboard34.jpg │ │ ├── cardboard340.jpg │ │ ├── cardboard341.jpg │ │ ├── cardboard342.jpg │ │ ├── cardboard343.jpg │ │ ├── cardboard344.jpg │ │ ├── cardboard345.jpg │ │ ├── cardboard346.jpg │ │ ├── cardboard347.jpg │ │ ├── cardboard348.jpg │ │ ├── cardboard349.jpg │ │ ├── cardboard35.jpg │ │ ├── cardboard350.jpg │ │ ├── cardboard351.jpg │ │ ├── cardboard352.jpg │ │ ├── cardboard353.jpg │ │ ├── cardboard354.jpg │ │ ├── cardboard355.jpg │ │ ├── cardboard356.jpg │ │ ├── cardboard357.jpg │ │ ├── cardboard358.jpg │ │ ├── cardboard359.jpg │ │ ├── cardboard36.jpg │ │ ├── cardboard360.jpg │ │ ├── cardboard361.jpg │ │ ├── cardboard362.jpg │ │ ├── cardboard363.jpg │ │ ├── cardboard364.jpg │ │ ├── cardboard365.jpg │ │ ├── cardboard366.jpg │ │ ├── cardboard367.jpg │ │ ├── cardboard368.jpg │ │ ├── cardboard369.jpg │ │ ├── cardboard37.jpg │ │ ├── cardboard370.jpg │ │ ├── cardboard371.jpg │ │ ├── cardboard372.jpg │ │ ├── cardboard373.jpg │ │ ├── cardboard374.jpg │ │ ├── cardboard375.jpg │ │ ├── cardboard376.jpg │ │ ├── cardboard377.jpg │ │ ├── cardboard378.jpg │ │ ├── cardboard379.jpg │ │ ├── cardboard38.jpg │ │ ├── cardboard380.jpg │ │ ├── cardboard381.jpg │ │ ├── cardboard382.jpg │ │ ├── cardboard383.jpg │ │ ├── cardboard384.jpg │ │ ├── cardboard385.jpg │ │ ├── cardboard386.jpg │ │ ├── cardboard387.jpg │ │ ├── cardboard388.jpg │ │ ├── cardboard389.jpg │ │ ├── cardboard39.jpg │ │ ├── cardboard390.jpg │ │ ├── cardboard391.jpg │ │ ├── cardboard392.jpg │ │ ├── cardboard393.jpg │ │ ├── cardboard394.jpg │ │ ├── cardboard395.jpg │ │ ├── cardboard396.jpg │ │ ├── cardboard397.jpg │ │ ├── cardboard398.jpg │ │ ├── cardboard399.jpg │ │ ├── cardboard4.jpg │ │ ├── cardboard40.jpg │ │ ├── cardboard400.jpg │ │ ├── cardboard401.jpg │ │ ├── cardboard402.jpg │ │ ├── cardboard403.jpg │ │ ├── cardboard41.jpg │ │ ├── cardboard42.jpg │ │ ├── cardboard43.jpg │ │ ├── cardboard44.jpg │ │ ├── cardboard45.jpg │ │ ├── cardboard46.jpg │ │ ├── cardboard47.jpg │ │ ├── cardboard48.jpg │ │ ├── cardboard49.jpg │ │ ├── cardboard5.jpg │ │ ├── cardboard50.jpg │ │ ├── cardboard51.jpg │ │ ├── cardboard52.jpg │ │ ├── cardboard53.jpg │ │ ├── cardboard54.jpg │ │ ├── cardboard55.jpg │ │ ├── cardboard56.jpg │ │ ├── cardboard57.jpg │ │ ├── cardboard58.jpg │ │ ├── cardboard59.jpg │ │ ├── cardboard6.jpg │ │ ├── cardboard60.jpg │ │ ├── cardboard61.jpg │ │ ├── cardboard62.jpg │ │ ├── cardboard63.jpg │ │ ├── cardboard64.jpg │ │ ├── cardboard65.jpg │ │ ├── cardboard66.jpg │ │ ├── cardboard67.jpg │ │ ├── cardboard68.jpg │ │ ├── cardboard69.jpg │ │ ├── cardboard7.jpg │ │ ├── cardboard70.jpg │ │ ├── cardboard71.jpg │ │ ├── cardboard72.jpg │ │ ├── cardboard73.jpg │ │ ├── cardboard74.jpg │ │ ├── cardboard75.jpg │ │ ├── cardboard76.jpg │ │ ├── cardboard77.jpg │ │ ├── cardboard78.jpg │ │ ├── cardboard79.jpg │ │ ├── cardboard8.jpg │ │ ├── cardboard80.jpg │ │ ├── cardboard81.jpg │ │ ├── cardboard82.jpg │ │ ├── cardboard83.jpg │ │ ├── cardboard84.jpg │ │ ├── cardboard85.jpg │ │ ├── cardboard86.jpg │ │ ├── cardboard87.jpg │ │ ├── cardboard88.jpg │ │ ├── cardboard89.jpg │ │ ├── cardboard9.jpg │ │ ├── cardboard90.jpg │ │ ├── cardboard91.jpg │ │ ├── cardboard92.jpg │ │ ├── cardboard93.jpg │ │ ├── cardboard94.jpg │ │ ├── cardboard95.jpg │ │ ├── cardboard96.jpg │ │ ├── cardboard97.jpg │ │ ├── cardboard98.jpg │ │ └── cardboard99.jpg │ ├── glass │ │ ├── glass1.jpg │ │ ├── glass10.jpg │ │ ├── glass100.jpg │ │ ├── glass101.jpg │ │ ├── glass102.jpg │ │ ├── glass103.jpg │ │ ├── glass104.jpg │ │ ├── glass105.jpg │ │ ├── glass106.jpg │ │ ├── glass107.jpg │ │ ├── glass108.jpg │ │ ├── glass109.jpg │ │ ├── glass11.jpg │ │ ├── glass110.jpg │ │ ├── glass111.jpg │ │ ├── glass112.jpg │ │ ├── glass113.jpg │ │ ├── glass114.jpg │ │ ├── glass115.jpg │ │ ├── glass116.jpg │ │ ├── glass117.jpg │ │ ├── glass118.jpg │ │ ├── glass119.jpg │ │ ├── glass12.jpg │ │ ├── glass120.jpg │ │ ├── glass121.jpg │ │ ├── glass122.jpg │ │ ├── glass123.jpg │ │ ├── glass124.jpg │ │ ├── glass125.jpg │ │ ├── glass126.jpg │ │ ├── glass127.jpg │ │ ├── glass128.jpg │ │ ├── glass129.jpg │ │ ├── glass13.jpg │ │ ├── glass130.jpg │ │ ├── glass131.jpg │ │ ├── glass132.jpg │ │ ├── glass133.jpg │ │ ├── glass134.jpg │ │ ├── glass135.jpg │ │ ├── glass136.jpg │ │ ├── glass137.jpg │ │ ├── glass138.jpg │ │ ├── glass139.jpg │ │ ├── glass14.jpg │ │ ├── glass140.jpg │ │ ├── glass141.jpg │ │ ├── glass142.jpg │ │ ├── glass143.jpg │ │ ├── glass144.jpg │ │ ├── glass145.jpg │ │ ├── glass146.jpg │ │ ├── glass147.jpg │ │ ├── glass148.jpg │ │ ├── glass149.jpg │ │ ├── glass15.jpg │ │ ├── glass150.jpg │ │ ├── glass151.jpg │ │ ├── glass152.jpg │ │ ├── glass153.jpg │ │ ├── glass154.jpg │ │ ├── glass155.jpg │ │ ├── glass156.jpg │ │ ├── glass157.jpg │ │ ├── glass158.jpg │ │ ├── glass159.jpg │ │ ├── glass16.jpg │ │ ├── glass160.jpg │ │ ├── glass161.jpg │ │ ├── glass162.jpg │ │ ├── glass163.jpg │ │ ├── glass164.jpg │ │ ├── glass165.jpg │ │ ├── glass166.jpg │ │ ├── glass167.jpg │ │ ├── glass168.jpg │ │ ├── glass169.jpg │ │ ├── glass17.jpg │ │ ├── glass170.jpg │ │ ├── glass171.jpg │ │ ├── glass172.jpg │ │ ├── glass173.jpg │ │ ├── glass174.jpg │ │ ├── glass175.jpg │ │ ├── glass176.jpg │ │ ├── glass177.jpg │ │ ├── glass178.jpg │ │ ├── glass179.jpg │ │ ├── glass18.jpg │ │ ├── glass180.jpg │ │ ├── glass181.jpg │ │ ├── glass182.jpg │ │ ├── glass183.jpg │ │ ├── glass184.jpg │ │ ├── glass185.jpg │ │ ├── glass186.jpg │ │ ├── glass187.jpg │ │ ├── glass188.jpg │ │ ├── glass189.jpg │ │ ├── glass19.jpg │ │ ├── glass190.jpg │ │ ├── glass191.jpg │ │ ├── glass192.jpg │ │ ├── glass193.jpg │ │ ├── glass194.jpg │ │ ├── glass195.jpg │ │ ├── glass196.jpg │ │ ├── glass197.jpg │ │ ├── glass198.jpg │ │ ├── glass199.jpg │ │ ├── glass2.jpg │ │ ├── glass20.jpg │ │ ├── glass200.jpg │ │ ├── glass201.jpg │ │ ├── glass202.jpg │ │ ├── glass203.jpg │ │ ├── glass204.jpg │ │ ├── glass205.jpg │ │ ├── glass206.jpg │ │ ├── glass207.jpg │ │ ├── glass208.jpg │ │ ├── glass209.jpg │ │ ├── glass21.jpg │ │ ├── glass210.jpg │ │ ├── glass211.jpg │ │ ├── glass212.jpg │ │ ├── glass213.jpg │ │ ├── glass214.jpg │ │ ├── glass215.jpg │ │ ├── glass216.jpg │ │ ├── glass217.jpg │ │ ├── glass218.jpg │ │ ├── glass219.jpg │ │ ├── glass22.jpg │ │ ├── glass220.jpg │ │ ├── glass221.jpg │ │ ├── glass222.jpg │ │ ├── glass223.jpg │ │ ├── glass224.jpg │ │ ├── glass225.jpg │ │ ├── glass226.jpg │ │ ├── glass227.jpg │ │ ├── glass228.jpg │ │ ├── glass229.jpg │ │ ├── glass23.jpg │ │ ├── glass230.jpg │ │ ├── glass231.jpg │ │ ├── glass232.jpg │ │ ├── glass233.jpg │ │ ├── glass234.jpg │ │ ├── glass235.jpg │ │ ├── glass236.jpg │ │ ├── glass237.jpg │ │ ├── glass238.jpg │ │ ├── glass239.jpg │ │ ├── glass24.jpg │ │ ├── glass240.jpg │ │ ├── glass241.jpg │ │ ├── glass242.jpg │ │ ├── glass243.jpg │ │ ├── glass244.jpg │ │ ├── glass245.jpg │ │ ├── glass246.jpg │ │ ├── glass247.jpg │ │ ├── glass248.jpg │ │ ├── glass249.jpg │ │ ├── glass25.jpg │ │ ├── glass250.jpg │ │ ├── glass251.jpg │ │ ├── glass252.jpg │ │ ├── glass253.jpg │ │ ├── glass254.jpg │ │ ├── glass255.jpg │ │ ├── glass256.jpg │ │ ├── glass257.jpg │ │ ├── glass258.jpg │ │ ├── glass259.jpg │ │ ├── glass26.jpg │ │ ├── glass260.jpg │ │ ├── glass261.jpg │ │ ├── glass262.jpg │ │ ├── glass263.jpg │ │ ├── glass264.jpg │ │ ├── glass265.jpg │ │ ├── glass266.jpg │ │ ├── glass267.jpg │ │ ├── glass268.jpg │ │ ├── glass269.jpg │ │ ├── glass27.jpg │ │ ├── glass270.jpg │ │ ├── glass271.jpg │ │ ├── glass272.jpg │ │ ├── glass273.jpg │ │ ├── glass274.jpg │ │ ├── glass275.jpg │ │ ├── glass276.jpg │ │ ├── glass277.jpg │ │ ├── glass278.jpg │ │ ├── glass279.jpg │ │ ├── glass28.jpg │ │ ├── glass280.jpg │ │ ├── glass281.jpg │ │ ├── glass282.jpg │ │ ├── glass283.jpg │ │ ├── glass284.jpg │ │ ├── glass285.jpg │ │ ├── glass286.jpg │ │ ├── glass287.jpg │ │ ├── glass288.jpg │ │ ├── glass289.jpg │ │ ├── glass29.jpg │ │ ├── glass290.jpg │ │ ├── glass291.jpg │ │ ├── glass292.jpg │ │ ├── glass293.jpg │ │ ├── glass294.jpg │ │ ├── glass295.jpg │ │ ├── glass296.jpg │ │ ├── glass297.jpg │ │ ├── glass298.jpg │ │ ├── glass299.jpg │ │ ├── glass3.jpg │ │ ├── glass30.jpg │ │ ├── glass300.jpg │ │ ├── glass301.jpg │ │ ├── glass302.jpg │ │ ├── glass303.jpg │ │ ├── glass304.jpg │ │ ├── glass305.jpg │ │ ├── glass306.jpg │ │ ├── glass307.jpg │ │ ├── glass308.jpg │ │ ├── glass309.jpg │ │ ├── glass31.jpg │ │ ├── glass310.jpg │ │ ├── glass311.jpg │ │ ├── glass312.jpg │ │ ├── glass313.jpg │ │ ├── glass314.jpg │ │ ├── glass315.jpg │ │ ├── glass316.jpg │ │ ├── glass317.jpg │ │ ├── glass318.jpg │ │ ├── glass319.jpg │ │ ├── glass32.jpg │ │ ├── glass320.jpg │ │ ├── glass321.jpg │ │ ├── glass322.jpg │ │ ├── glass323.jpg │ │ ├── glass324.jpg │ │ ├── glass325.jpg │ │ ├── glass326.jpg │ │ ├── glass327.jpg │ │ ├── glass328.jpg │ │ ├── glass329.jpg │ │ ├── glass33.jpg │ │ ├── glass330.jpg │ │ ├── glass331.jpg │ │ ├── glass332.jpg │ │ ├── glass333.jpg │ │ ├── glass334.jpg │ │ ├── glass335.jpg │ │ ├── glass336.jpg │ │ ├── glass337.jpg │ │ ├── glass338.jpg │ │ ├── glass339.jpg │ │ ├── glass34.jpg │ │ ├── glass340.jpg │ │ ├── glass341.jpg │ │ ├── glass342.jpg │ │ ├── glass343.jpg │ │ ├── glass344.jpg │ │ ├── glass345.jpg │ │ ├── glass346.jpg │ │ ├── glass347.jpg │ │ ├── glass348.jpg │ │ ├── glass349.jpg │ │ ├── glass35.jpg │ │ ├── glass350.jpg │ │ ├── glass351.jpg │ │ ├── glass352.jpg │ │ ├── glass353.jpg │ │ ├── glass354.jpg │ │ ├── glass355.jpg │ │ ├── glass356.jpg │ │ ├── glass357.jpg │ │ ├── glass358.jpg │ │ ├── glass359.jpg │ │ ├── glass36.jpg │ │ ├── glass360.jpg │ │ ├── glass361.jpg │ │ ├── glass362.jpg │ │ ├── glass363.jpg │ │ ├── glass364.jpg │ │ ├── glass365.jpg │ │ ├── glass366.jpg │ │ ├── glass367.jpg │ │ ├── glass368.jpg │ │ ├── glass369.jpg │ │ ├── glass37.jpg │ │ ├── glass370.jpg │ │ ├── glass371.jpg │ │ ├── glass372.jpg │ │ ├── glass373.jpg │ │ ├── glass374.jpg │ │ ├── glass375.jpg │ │ ├── glass376.jpg │ │ ├── glass377.jpg │ │ ├── glass378.jpg │ │ ├── glass379.jpg │ │ ├── glass38.jpg │ │ ├── glass380.jpg │ │ ├── glass381.jpg │ │ ├── glass382.jpg │ │ ├── glass383.jpg │ │ ├── glass384.jpg │ │ ├── glass385.jpg │ │ ├── glass386.jpg │ │ ├── glass387.jpg │ │ ├── glass388.jpg │ │ ├── glass389.jpg │ │ ├── glass39.jpg │ │ ├── glass390.jpg │ │ ├── glass391.jpg │ │ ├── glass392.jpg │ │ ├── glass393.jpg │ │ ├── glass394.jpg │ │ ├── glass395.jpg │ │ ├── glass396.jpg │ │ ├── glass397.jpg │ │ ├── glass398.jpg │ │ ├── glass399.jpg │ │ ├── glass4.jpg │ │ ├── glass40.jpg │ │ ├── glass400.jpg │ │ ├── glass401.jpg │ │ ├── glass402.jpg │ │ ├── glass403.jpg │ │ ├── glass404.jpg │ │ ├── glass405.jpg │ │ ├── glass406.jpg │ │ ├── glass407.jpg │ │ ├── glass408.jpg │ │ ├── glass409.jpg │ │ ├── glass41.jpg │ │ ├── glass410.jpg │ │ ├── glass411.jpg │ │ ├── glass412.jpg │ │ ├── glass413.jpg │ │ ├── glass414.jpg │ │ ├── glass415.jpg │ │ ├── glass416.jpg │ │ ├── glass417.jpg │ │ ├── glass418.jpg │ │ ├── glass419.jpg │ │ ├── glass42.jpg │ │ ├── glass420.jpg │ │ ├── glass421.jpg │ │ ├── glass422.jpg │ │ ├── glass423.jpg │ │ ├── glass424.jpg │ │ ├── glass425.jpg │ │ ├── glass426.jpg │ │ ├── glass427.jpg │ │ ├── glass428.jpg │ │ ├── glass429.jpg │ │ ├── glass43.jpg │ │ ├── glass430.jpg │ │ ├── glass431.jpg │ │ ├── glass432.jpg │ │ ├── glass433.jpg │ │ ├── glass434.jpg │ │ ├── glass435.jpg │ │ ├── glass436.jpg │ │ ├── glass437.jpg │ │ ├── glass438.jpg │ │ ├── glass439.jpg │ │ ├── glass44.jpg │ │ ├── glass440.jpg │ │ ├── glass441.jpg │ │ ├── glass442.jpg │ │ ├── glass443.jpg │ │ ├── glass444.jpg │ │ ├── glass445.jpg │ │ ├── glass446.jpg │ │ ├── glass447.jpg │ │ ├── glass448.jpg │ │ ├── glass449.jpg │ │ ├── glass45.jpg │ │ ├── glass450.jpg │ │ ├── glass451.jpg │ │ ├── glass452.jpg │ │ ├── glass453.jpg │ │ ├── glass454.jpg │ │ ├── glass455.jpg │ │ ├── glass456.jpg │ │ ├── glass457.jpg │ │ ├── glass458.jpg │ │ ├── glass459.jpg │ │ ├── glass46.jpg │ │ ├── glass460.jpg │ │ ├── glass461.jpg │ │ ├── glass462.jpg │ │ ├── glass463.jpg │ │ ├── glass464.jpg │ │ ├── glass465.jpg │ │ ├── glass466.jpg │ │ ├── glass467.jpg │ │ ├── glass468.jpg │ │ ├── glass469.jpg │ │ ├── glass47.jpg │ │ ├── glass470.jpg │ │ ├── glass471.jpg │ │ ├── glass472.jpg │ │ ├── glass473.jpg │ │ ├── glass474.jpg │ │ ├── glass475.jpg │ │ ├── glass476.jpg │ │ ├── glass477.jpg │ │ ├── glass478.jpg │ │ ├── glass479.jpg │ │ ├── glass48.jpg │ │ ├── glass480.jpg │ │ ├── glass481.jpg │ │ ├── glass482.jpg │ │ ├── glass483.jpg │ │ ├── glass484.jpg │ │ ├── glass485.jpg │ │ ├── glass486.jpg │ │ ├── glass487.jpg │ │ ├── glass488.jpg │ │ ├── glass489.jpg │ │ ├── glass49.jpg │ │ ├── glass490.jpg │ │ ├── glass491.jpg │ │ ├── glass492.jpg │ │ ├── glass493.jpg │ │ ├── glass494.jpg │ │ ├── glass495.jpg │ │ ├── glass496.jpg │ │ ├── glass497.jpg │ │ ├── glass498.jpg │ │ ├── glass499.jpg │ │ ├── glass5.jpg │ │ ├── glass50.jpg │ │ ├── glass500.jpg │ │ ├── glass501.jpg │ │ ├── glass51.jpg │ │ ├── glass52.jpg │ │ ├── glass53.jpg │ │ ├── glass54.jpg │ │ ├── glass55.jpg │ │ ├── glass56.jpg │ │ ├── glass57.jpg │ │ ├── glass58.jpg │ │ ├── glass59.jpg │ │ ├── glass6.jpg │ │ ├── glass60.jpg │ │ ├── glass61.jpg │ │ ├── glass62.jpg │ │ ├── glass63.jpg │ │ ├── glass64.jpg │ │ ├── glass65.jpg │ │ ├── glass66.jpg │ │ ├── glass67.jpg │ │ ├── glass68.jpg │ │ ├── glass69.jpg │ │ ├── glass7.jpg │ │ ├── glass70.jpg │ │ ├── glass71.jpg │ │ ├── glass72.jpg │ │ ├── glass73.jpg │ │ ├── glass74.jpg │ │ ├── glass75.jpg │ │ ├── glass76.jpg │ │ ├── glass77.jpg │ │ ├── glass78.jpg │ │ ├── glass79.jpg │ │ ├── glass8.jpg │ │ ├── glass80.jpg │ │ ├── glass81.jpg │ │ ├── glass82.jpg │ │ ├── glass83.jpg │ │ ├── glass84.jpg │ │ ├── glass85.jpg │ │ ├── glass86.jpg │ │ ├── glass87.jpg │ │ ├── glass88.jpg │ │ ├── glass89.jpg │ │ ├── glass9.jpg │ │ ├── glass90.jpg │ │ ├── glass91.jpg │ │ ├── glass92.jpg │ │ ├── glass93.jpg │ │ ├── glass94.jpg │ │ ├── glass95.jpg │ │ ├── glass96.jpg │ │ ├── glass97.jpg │ │ ├── glass98.jpg │ │ └── glass99.jpg │ ├── metal │ │ ├── metal1.jpg │ │ ├── metal10.jpg │ │ ├── metal100.jpg │ │ ├── metal101.jpg │ │ ├── metal102.jpg │ │ ├── metal103.jpg │ │ ├── metal104.jpg │ │ ├── metal105.jpg │ │ ├── metal106.jpg │ │ ├── metal107.jpg │ │ ├── metal108.jpg │ │ ├── metal109.jpg │ │ ├── metal11.jpg │ │ ├── metal110.jpg │ │ ├── metal111.jpg │ │ ├── metal112.jpg │ │ ├── metal113.jpg │ │ ├── metal114.jpg │ │ ├── metal115.jpg │ │ ├── metal116.jpg │ │ ├── metal117.jpg │ │ ├── metal118.jpg │ │ ├── metal119.jpg │ │ ├── metal12.jpg │ │ ├── metal120.jpg │ │ ├── metal121.jpg │ │ ├── metal122.jpg │ │ ├── metal123.jpg │ │ ├── metal124.jpg │ │ ├── metal125.jpg │ │ ├── metal126.jpg │ │ ├── metal127.jpg │ │ ├── metal128.jpg │ │ ├── metal129.jpg │ │ ├── metal13.jpg │ │ ├── metal130.jpg │ │ ├── metal131.jpg │ │ ├── metal132.jpg │ │ ├── metal133.jpg │ │ ├── metal134.jpg │ │ ├── metal135.jpg │ │ ├── metal136.jpg │ │ ├── metal137.jpg │ │ ├── metal138.jpg │ │ ├── metal139.jpg │ │ ├── metal14.jpg │ │ ├── metal140.jpg │ │ ├── metal141.jpg │ │ ├── metal142.jpg │ │ ├── metal143.jpg │ │ ├── metal144.jpg │ │ ├── metal145.jpg │ │ ├── metal146.jpg │ │ ├── metal147.jpg │ │ ├── metal148.jpg │ │ ├── metal149.jpg │ │ ├── metal15.jpg │ │ ├── metal150.jpg │ │ ├── metal151.jpg │ │ ├── metal152.jpg │ │ ├── metal153.jpg │ │ ├── metal154.jpg │ │ ├── metal155.jpg │ │ ├── metal156.jpg │ │ ├── metal157.jpg │ │ ├── metal158.jpg │ │ ├── metal159.jpg │ │ ├── metal16.jpg │ │ ├── metal160.jpg │ │ ├── metal161.jpg │ │ ├── metal162.jpg │ │ ├── metal163.jpg │ │ ├── metal164.jpg │ │ ├── metal165.jpg │ │ ├── metal166.jpg │ │ ├── metal167.jpg │ │ ├── metal168.jpg │ │ ├── metal169.jpg │ │ ├── metal17.jpg │ │ ├── metal170.jpg │ │ ├── metal171.jpg │ │ ├── metal172.jpg │ │ ├── metal173.jpg │ │ ├── metal174.jpg │ │ ├── metal175.jpg │ │ ├── metal176.jpg │ │ ├── metal177.jpg │ │ ├── metal178.jpg │ │ ├── metal179.jpg │ │ ├── metal18.jpg │ │ ├── metal180.jpg │ │ ├── metal181.jpg │ │ ├── metal182.jpg │ │ ├── metal183.jpg │ │ ├── metal184.jpg │ │ ├── metal185.jpg │ │ ├── metal186.jpg │ │ ├── metal187.jpg │ │ ├── metal188.jpg │ │ ├── metal189.jpg │ │ ├── metal19.jpg │ │ ├── metal190.jpg │ │ ├── metal191.jpg │ │ ├── metal192.jpg │ │ ├── metal193.jpg │ │ ├── metal194.jpg │ │ ├── metal195.jpg │ │ ├── metal196.jpg │ │ ├── metal197.jpg │ │ ├── metal198.jpg │ │ ├── metal199.jpg │ │ ├── metal2.jpg │ │ ├── metal20.jpg │ │ ├── metal200.jpg │ │ ├── metal201.jpg │ │ ├── metal202.jpg │ │ ├── metal203.jpg │ │ ├── metal204.jpg │ │ ├── metal205.jpg │ │ ├── metal206.jpg │ │ ├── metal207.jpg │ │ ├── metal208.jpg │ │ ├── metal209.jpg │ │ ├── metal21.jpg │ │ ├── metal210.jpg │ │ ├── metal211.jpg │ │ ├── metal212.jpg │ │ ├── metal213.jpg │ │ ├── metal214.jpg │ │ ├── metal215.jpg │ │ ├── metal216.jpg │ │ ├── metal217.jpg │ │ ├── metal218.jpg │ │ ├── metal219.jpg │ │ ├── metal22.jpg │ │ ├── metal220.jpg │ │ ├── metal221.jpg │ │ ├── metal222.jpg │ │ ├── metal223.jpg │ │ ├── metal224.jpg │ │ ├── metal225.jpg │ │ ├── metal226.jpg │ │ ├── metal227.jpg │ │ ├── metal228.jpg │ │ ├── metal229.jpg │ │ ├── metal23.jpg │ │ ├── metal230.jpg │ │ ├── metal231.jpg │ │ ├── metal232.jpg │ │ ├── metal233.jpg │ │ ├── metal234.jpg │ │ ├── metal235.jpg │ │ ├── metal236.jpg │ │ ├── metal237.jpg │ │ ├── metal238.jpg │ │ ├── metal239.jpg │ │ ├── metal24.jpg │ │ ├── metal240.jpg │ │ ├── metal241.jpg │ │ ├── metal242.jpg │ │ ├── metal243.jpg │ │ ├── metal244.jpg │ │ ├── metal245.jpg │ │ ├── metal246.jpg │ │ ├── metal247.jpg │ │ ├── metal248.jpg │ │ ├── metal249.jpg │ │ ├── metal25.jpg │ │ ├── metal250.jpg │ │ ├── metal251.jpg │ │ ├── metal252.jpg │ │ ├── metal253.jpg │ │ ├── metal254.jpg │ │ ├── metal255.jpg │ │ ├── metal256.jpg │ │ ├── metal257.jpg │ │ ├── metal258.jpg │ │ ├── metal259.jpg │ │ ├── metal26.jpg │ │ ├── metal260.jpg │ │ ├── metal261.jpg │ │ ├── metal262.jpg │ │ ├── metal263.jpg │ │ ├── metal264.jpg │ │ ├── metal265.jpg │ │ ├── metal266.jpg │ │ ├── metal267.jpg │ │ ├── metal268.jpg │ │ ├── metal269.jpg │ │ ├── metal27.jpg │ │ ├── metal270.jpg │ │ ├── metal271.jpg │ │ ├── metal272.jpg │ │ ├── metal273.jpg │ │ ├── metal274.jpg │ │ ├── metal275.jpg │ │ ├── metal276.jpg │ │ ├── metal277.jpg │ │ ├── metal278.jpg │ │ ├── metal279.jpg │ │ ├── metal28.jpg │ │ ├── metal280.jpg │ │ ├── metal281.jpg │ │ ├── metal282.jpg │ │ ├── metal283.jpg │ │ ├── metal284.jpg │ │ ├── metal285.jpg │ │ ├── metal286.jpg │ │ ├── metal287.jpg │ │ ├── metal288.jpg │ │ ├── metal289.jpg │ │ ├── metal29.jpg │ │ ├── metal290.jpg │ │ ├── metal291.jpg │ │ ├── metal292.jpg │ │ ├── metal293.jpg │ │ ├── metal294.jpg │ │ ├── metal295.jpg │ │ ├── metal296.jpg │ │ ├── metal297.jpg │ │ ├── metal298.jpg │ │ ├── metal299.jpg │ │ ├── metal3.jpg │ │ ├── metal30.jpg │ │ ├── metal300.jpg │ │ ├── metal301.jpg │ │ ├── metal302.jpg │ │ ├── metal303.jpg │ │ ├── metal304.jpg │ │ ├── metal305.jpg │ │ ├── metal306.jpg │ │ ├── metal307.jpg │ │ ├── metal308.jpg │ │ ├── metal309.jpg │ │ ├── metal31.jpg │ │ ├── metal310.jpg │ │ ├── metal311.jpg │ │ ├── metal312.jpg │ │ ├── metal313.jpg │ │ ├── metal314.jpg │ │ ├── metal315.jpg │ │ ├── metal316.jpg │ │ ├── metal317.jpg │ │ ├── metal318.jpg │ │ ├── metal319.jpg │ │ ├── metal32.jpg │ │ ├── metal320.jpg │ │ ├── metal321.jpg │ │ ├── metal322.jpg │ │ ├── metal323.jpg │ │ ├── metal324.jpg │ │ ├── metal325.jpg │ │ ├── metal326.jpg │ │ ├── metal327.jpg │ │ ├── metal328.jpg │ │ ├── metal329.jpg │ │ ├── metal33.jpg │ │ ├── metal330.jpg │ │ ├── metal331.jpg │ │ ├── metal332.jpg │ │ ├── metal333.jpg │ │ ├── metal334.jpg │ │ ├── metal335.jpg │ │ ├── metal336.jpg │ │ ├── metal337.jpg │ │ ├── metal338.jpg │ │ ├── metal339.jpg │ │ ├── metal34.jpg │ │ ├── metal340.jpg │ │ ├── metal341.jpg │ │ ├── metal342.jpg │ │ ├── metal343.jpg │ │ ├── metal344.jpg │ │ ├── metal345.jpg │ │ ├── metal346.jpg │ │ ├── metal347.jpg │ │ ├── metal348.jpg │ │ ├── metal349.jpg │ │ ├── metal35.jpg │ │ ├── metal350.jpg │ │ ├── metal351.jpg │ │ ├── metal352.jpg │ │ ├── metal353.jpg │ │ ├── metal354.jpg │ │ ├── metal355.jpg │ │ ├── metal356.jpg │ │ ├── metal357.jpg │ │ ├── metal358.jpg │ │ ├── metal359.jpg │ │ ├── metal36.jpg │ │ ├── metal360.jpg │ │ ├── metal361.jpg │ │ ├── metal362.jpg │ │ ├── metal363.jpg │ │ ├── metal364.jpg │ │ ├── metal365.jpg │ │ ├── metal366.jpg │ │ ├── metal367.jpg │ │ ├── metal368.jpg │ │ ├── metal369.jpg │ │ ├── metal37.jpg │ │ ├── metal370.jpg │ │ ├── metal371.jpg │ │ ├── metal372.jpg │ │ ├── metal373.jpg │ │ ├── metal374.jpg │ │ ├── metal375.jpg │ │ ├── metal376.jpg │ │ ├── metal377.jpg │ │ ├── metal378.jpg │ │ ├── metal379.jpg │ │ ├── metal38.jpg │ │ ├── metal380.jpg │ │ ├── metal381.jpg │ │ ├── metal382.jpg │ │ ├── metal383.jpg │ │ ├── metal384.jpg │ │ ├── metal385.jpg │ │ ├── metal386.jpg │ │ ├── metal387.jpg │ │ ├── metal388.jpg │ │ ├── metal389.jpg │ │ ├── metal39.jpg │ │ ├── metal390.jpg │ │ ├── metal391.jpg │ │ ├── metal392.jpg │ │ ├── metal393.jpg │ │ ├── metal394.jpg │ │ ├── metal395.jpg │ │ ├── metal396.jpg │ │ ├── metal397.jpg │ │ ├── metal398.jpg │ │ ├── metal399.jpg │ │ ├── metal4.jpg │ │ ├── metal40.jpg │ │ ├── metal400.jpg │ │ ├── metal401.jpg │ │ ├── metal402.jpg │ │ ├── metal403.jpg │ │ ├── metal404.jpg │ │ ├── metal405.jpg │ │ ├── metal406.jpg │ │ ├── metal407.jpg │ │ ├── metal408.jpg │ │ ├── metal409.jpg │ │ ├── metal41.jpg │ │ ├── metal410.jpg │ │ ├── metal42.jpg │ │ ├── metal43.jpg │ │ ├── metal44.jpg │ │ ├── metal45.jpg │ │ ├── metal46.jpg │ │ ├── metal47.jpg │ │ ├── metal48.jpg │ │ ├── metal49.jpg │ │ ├── metal5.jpg │ │ ├── metal50.jpg │ │ ├── metal51.jpg │ │ ├── metal52.jpg │ │ ├── metal53.jpg │ │ ├── metal54.jpg │ │ ├── metal55.jpg │ │ ├── metal56.jpg │ │ ├── metal57.jpg │ │ ├── metal58.jpg │ │ ├── metal59.jpg │ │ ├── metal6.jpg │ │ ├── metal60.jpg │ │ ├── metal61.jpg │ │ ├── metal62.jpg │ │ ├── metal63.jpg │ │ ├── metal64.jpg │ │ ├── metal65.jpg │ │ ├── metal66.jpg │ │ ├── metal67.jpg │ │ ├── metal68.jpg │ │ ├── metal69.jpg │ │ ├── metal7.jpg │ │ ├── metal70.jpg │ │ ├── metal71.jpg │ │ ├── metal72.jpg │ │ ├── metal73.jpg │ │ ├── metal74.jpg │ │ ├── metal75.jpg │ │ ├── metal76.jpg │ │ ├── metal77.jpg │ │ ├── metal78.jpg │ │ ├── metal79.jpg │ │ ├── metal8.jpg │ │ ├── metal80.jpg │ │ ├── metal81.jpg │ │ ├── metal82.jpg │ │ ├── metal83.jpg │ │ ├── metal84.jpg │ │ ├── metal85.jpg │ │ ├── metal86.jpg │ │ ├── metal87.jpg │ │ ├── metal88.jpg │ │ ├── metal89.jpg │ │ ├── metal9.jpg │ │ ├── metal90.jpg │ │ ├── metal91.jpg │ │ ├── metal92.jpg │ │ ├── metal93.jpg │ │ ├── metal94.jpg │ │ ├── metal95.jpg │ │ ├── metal96.jpg │ │ ├── metal97.jpg │ │ ├── metal98.jpg │ │ └── metal99.jpg │ ├── paper │ │ ├── paper1.jpg │ │ ├── paper10.jpg │ │ ├── paper100.jpg │ │ ├── paper101.jpg │ │ ├── paper102.jpg │ │ ├── paper103.jpg │ │ ├── paper104.jpg │ │ ├── paper105.jpg │ │ ├── paper106.jpg │ │ ├── paper107.jpg │ │ ├── paper108.jpg │ │ ├── paper109.jpg │ │ ├── paper11.jpg │ │ ├── paper110.jpg │ │ ├── paper111.jpg │ │ ├── paper112.jpg │ │ ├── paper113.jpg │ │ ├── paper114.jpg │ │ ├── paper115.jpg │ │ ├── paper116.jpg │ │ ├── paper117.jpg │ │ ├── paper118.jpg │ │ ├── paper119.jpg │ │ ├── paper12.jpg │ │ ├── paper120.jpg │ │ ├── paper121.jpg │ │ ├── paper122.jpg │ │ ├── paper123.jpg │ │ ├── paper124.jpg │ │ ├── paper125.jpg │ │ ├── paper126.jpg │ │ ├── paper127.jpg │ │ ├── paper128.jpg │ │ ├── paper129.jpg │ │ ├── paper13.jpg │ │ ├── paper130.jpg │ │ ├── paper131.jpg │ │ ├── paper132.jpg │ │ ├── paper133.jpg │ │ ├── paper134.jpg │ │ ├── paper135.jpg │ │ ├── paper136.jpg │ │ ├── paper137.jpg │ │ ├── paper138.jpg │ │ ├── paper139.jpg │ │ ├── paper14.jpg │ │ ├── paper140.jpg │ │ ├── paper141.jpg │ │ ├── paper142.jpg │ │ ├── paper143.jpg │ │ ├── paper144.jpg │ │ ├── paper145.jpg │ │ ├── paper146.jpg │ │ ├── paper147.jpg │ │ ├── paper148.jpg │ │ ├── paper149.jpg │ │ ├── paper15.jpg │ │ ├── paper150.jpg │ │ ├── paper151.jpg │ │ ├── paper152.jpg │ │ ├── paper153.jpg │ │ ├── paper154.jpg │ │ ├── paper155.jpg │ │ ├── paper156.jpg │ │ ├── paper157.jpg │ │ ├── paper158.jpg │ │ ├── paper159.jpg │ │ ├── paper16.jpg │ │ ├── paper160.jpg │ │ ├── paper161.jpg │ │ ├── paper162.jpg │ │ ├── paper163.jpg │ │ ├── paper164.jpg │ │ ├── paper165.jpg │ │ ├── paper166.jpg │ │ ├── paper167.jpg │ │ ├── paper168.jpg │ │ ├── paper169.jpg │ │ ├── paper17.jpg │ │ ├── paper170.jpg │ │ ├── paper171.jpg │ │ ├── paper172.jpg │ │ ├── paper173.jpg │ │ ├── paper174.jpg │ │ ├── paper175.jpg │ │ ├── paper176.jpg │ │ ├── paper177.jpg │ │ ├── paper178.jpg │ │ ├── paper179.jpg │ │ ├── paper18.jpg │ │ ├── paper180.jpg │ │ ├── paper181.jpg │ │ ├── paper182.jpg │ │ ├── paper183.jpg │ │ ├── paper184.jpg │ │ ├── paper185.jpg │ │ ├── paper186.jpg │ │ ├── paper187.jpg │ │ ├── paper188.jpg │ │ ├── paper189.jpg │ │ ├── paper19.jpg │ │ ├── paper190.jpg │ │ ├── paper191.jpg │ │ ├── paper192.jpg │ │ ├── paper193.jpg │ │ ├── paper194.jpg │ │ ├── paper195.jpg │ │ ├── paper196.jpg │ │ ├── paper197.jpg │ │ ├── paper198.jpg │ │ ├── paper199.jpg │ │ ├── paper2.jpg │ │ ├── paper20.jpg │ │ ├── paper200.jpg │ │ ├── paper201.jpg │ │ ├── paper202.jpg │ │ ├── paper203.jpg │ │ ├── paper204.jpg │ │ ├── paper205.jpg │ │ ├── paper206.jpg │ │ ├── paper207.jpg │ │ ├── paper208.jpg │ │ ├── paper209.jpg │ │ ├── paper21.jpg │ │ ├── paper210.jpg │ │ ├── paper211.jpg │ │ ├── paper212.jpg │ │ ├── paper213.jpg │ │ ├── paper214.jpg │ │ ├── paper215.jpg │ │ ├── paper216.jpg │ │ ├── paper217.jpg │ │ ├── paper218.jpg │ │ ├── paper219.jpg │ │ ├── paper22.jpg │ │ ├── paper220.jpg │ │ ├── paper221.jpg │ │ ├── paper222.jpg │ │ ├── paper223.jpg │ │ ├── paper224.jpg │ │ ├── paper225.jpg │ │ ├── paper226.jpg │ │ ├── paper227.jpg │ │ ├── paper228.jpg │ │ ├── paper229.jpg │ │ ├── paper23.jpg │ │ ├── paper230.jpg │ │ ├── paper231.jpg │ │ ├── paper232.jpg │ │ ├── paper233.jpg │ │ ├── paper234.jpg │ │ ├── paper235.jpg │ │ ├── paper236.jpg │ │ ├── paper237.jpg │ │ ├── paper238.jpg │ │ ├── paper239.jpg │ │ ├── paper24.jpg │ │ ├── paper240.jpg │ │ ├── paper241.jpg │ │ ├── paper242.jpg │ │ ├── paper243.jpg │ │ ├── paper244.jpg │ │ ├── paper245.jpg │ │ ├── paper246.jpg │ │ ├── paper247.jpg │ │ ├── paper248.jpg │ │ ├── paper249.jpg │ │ ├── paper25.jpg │ │ ├── paper250.jpg │ │ ├── paper251.jpg │ │ ├── paper252.jpg │ │ ├── paper253.jpg │ │ ├── paper254.jpg │ │ ├── paper255.jpg │ │ ├── paper256.jpg │ │ ├── paper257.jpg │ │ ├── paper258.jpg │ │ ├── paper259.jpg │ │ ├── paper26.jpg │ │ ├── paper260.jpg │ │ ├── paper261.jpg │ │ ├── paper262.jpg │ │ ├── paper263.jpg │ │ ├── paper264.jpg │ │ ├── paper265.jpg │ │ ├── paper266.jpg │ │ ├── paper267.jpg │ │ ├── paper268.jpg │ │ ├── paper269.jpg │ │ ├── paper27.jpg │ │ ├── paper270.jpg │ │ ├── paper271.jpg │ │ ├── paper272.jpg │ │ ├── paper273.jpg │ │ ├── paper274.jpg │ │ ├── paper275.jpg │ │ ├── paper276.jpg │ │ ├── paper277.jpg │ │ ├── paper278.jpg │ │ ├── paper279.jpg │ │ ├── paper28.jpg │ │ ├── paper280.jpg │ │ ├── paper281.jpg │ │ ├── paper282.jpg │ │ ├── paper283.jpg │ │ ├── paper284.jpg │ │ ├── paper285.jpg │ │ ├── paper286.jpg │ │ ├── paper287.jpg │ │ ├── paper288.jpg │ │ ├── paper289.jpg │ │ ├── paper29.jpg │ │ ├── paper290.jpg │ │ ├── paper291.jpg │ │ ├── paper292.jpg │ │ ├── paper293.jpg │ │ ├── paper294.jpg │ │ ├── paper295.jpg │ │ ├── paper296.jpg │ │ ├── paper297.jpg │ │ ├── paper298.jpg │ │ ├── paper299.jpg │ │ ├── paper3.jpg │ │ ├── paper30.jpg │ │ ├── paper300.jpg │ │ ├── paper301.jpg │ │ ├── paper302.jpg │ │ ├── paper303.jpg │ │ ├── paper304.jpg │ │ ├── paper305.jpg │ │ ├── paper306.jpg │ │ ├── paper307.jpg │ │ ├── paper308.jpg │ │ ├── paper309.jpg │ │ ├── paper31.jpg │ │ ├── paper310.jpg │ │ ├── paper311.jpg │ │ ├── paper312.jpg │ │ ├── paper313.jpg │ │ ├── paper314.jpg │ │ ├── paper315.jpg │ │ ├── paper316.jpg │ │ ├── paper317.jpg │ │ ├── paper318.jpg │ │ ├── paper319.jpg │ │ ├── paper32.jpg │ │ ├── paper320.jpg │ │ ├── paper321.jpg │ │ ├── paper322.jpg │ │ ├── paper323.jpg │ │ ├── paper324.jpg │ │ ├── paper325.jpg │ │ ├── paper326.jpg │ │ ├── paper327.jpg │ │ ├── paper328.jpg │ │ ├── paper329.jpg │ │ ├── paper33.jpg │ │ ├── paper330.jpg │ │ ├── paper331.jpg │ │ ├── paper332.jpg │ │ ├── paper333.jpg │ │ ├── paper334.jpg │ │ ├── paper335.jpg │ │ ├── paper336.jpg │ │ ├── paper337.jpg │ │ ├── paper338.jpg │ │ ├── paper339.jpg │ │ ├── paper34.jpg │ │ ├── paper340.jpg │ │ ├── paper341.jpg │ │ ├── paper342.jpg │ │ ├── paper343.jpg │ │ ├── paper344.jpg │ │ ├── paper345.jpg │ │ ├── paper346.jpg │ │ ├── paper347.jpg │ │ ├── paper348.jpg │ │ ├── paper349.jpg │ │ ├── paper35.jpg │ │ ├── paper350.jpg │ │ ├── paper351.jpg │ │ ├── paper352.jpg │ │ ├── paper353.jpg │ │ ├── paper354.jpg │ │ ├── paper355.jpg │ │ ├── paper356.jpg │ │ ├── paper357.jpg │ │ ├── paper358.jpg │ │ ├── paper359.jpg │ │ ├── paper36.jpg │ │ ├── paper360.jpg │ │ ├── paper361.jpg │ │ ├── paper362.jpg │ │ ├── paper363.jpg │ │ ├── paper364.jpg │ │ ├── paper365.jpg │ │ ├── paper366.jpg │ │ ├── paper367.jpg │ │ ├── paper368.jpg │ │ ├── paper369.jpg │ │ ├── paper37.jpg │ │ ├── paper370.jpg │ │ ├── paper371.jpg │ │ ├── paper372.jpg │ │ ├── paper373.jpg │ │ ├── paper374.jpg │ │ ├── paper375.jpg │ │ ├── paper376.jpg │ │ ├── paper377.jpg │ │ ├── paper378.jpg │ │ ├── paper379.jpg │ │ ├── paper38.jpg │ │ ├── paper380.jpg │ │ ├── paper381.jpg │ │ ├── paper382.jpg │ │ ├── paper383.jpg │ │ ├── paper384.jpg │ │ ├── paper385.jpg │ │ ├── paper386.jpg │ │ ├── paper387.jpg │ │ ├── paper388.jpg │ │ ├── paper389.jpg │ │ ├── paper39.jpg │ │ ├── paper390.jpg │ │ ├── paper391.jpg │ │ ├── paper392.jpg │ │ ├── paper393.jpg │ │ ├── paper394.jpg │ │ ├── paper395.jpg │ │ ├── paper396.jpg │ │ ├── paper397.jpg │ │ ├── paper398.jpg │ │ ├── paper399.jpg │ │ ├── paper4.jpg │ │ ├── paper40.jpg │ │ ├── paper400.jpg │ │ ├── paper401.jpg │ │ ├── paper402.jpg │ │ ├── paper403.jpg │ │ ├── paper404.jpg │ │ ├── paper405.jpg │ │ ├── paper406.jpg │ │ ├── paper407.jpg │ │ ├── paper408.jpg │ │ ├── paper409.jpg │ │ ├── paper41.jpg │ │ ├── paper410.jpg │ │ ├── paper411.jpg │ │ ├── paper412.jpg │ │ ├── paper413.jpg │ │ ├── paper414.jpg │ │ ├── paper415.jpg │ │ ├── paper416.jpg │ │ ├── paper417.jpg │ │ ├── paper418.jpg │ │ ├── paper419.jpg │ │ ├── paper42.jpg │ │ ├── paper420.jpg │ │ ├── paper421.jpg │ │ ├── paper422.jpg │ │ ├── paper423.jpg │ │ ├── paper424.jpg │ │ ├── paper425.jpg │ │ ├── paper426.jpg │ │ ├── paper427.jpg │ │ ├── paper428.jpg │ │ ├── paper429.jpg │ │ ├── paper43.jpg │ │ ├── paper430.jpg │ │ ├── paper431.jpg │ │ ├── paper432.jpg │ │ ├── paper433.jpg │ │ ├── paper434.jpg │ │ ├── paper435.jpg │ │ ├── paper436.jpg │ │ ├── paper437.jpg │ │ ├── paper438.jpg │ │ ├── paper439.jpg │ │ ├── paper44.jpg │ │ ├── paper440.jpg │ │ ├── paper441.jpg │ │ ├── paper442.jpg │ │ ├── paper443.jpg │ │ ├── paper444.jpg │ │ ├── paper445.jpg │ │ ├── paper446.jpg │ │ ├── paper447.jpg │ │ ├── paper448.jpg │ │ ├── paper449.jpg │ │ ├── paper45.jpg │ │ ├── paper450.jpg │ │ ├── paper451.jpg │ │ ├── paper452.jpg │ │ ├── paper453.jpg │ │ ├── paper454.jpg │ │ ├── paper455.jpg │ │ ├── paper456.jpg │ │ ├── paper457.jpg │ │ ├── paper458.jpg │ │ ├── paper459.jpg │ │ ├── paper46.jpg │ │ ├── paper460.jpg │ │ ├── paper461.jpg │ │ ├── paper462.jpg │ │ ├── paper463.jpg │ │ ├── paper464.jpg │ │ ├── paper465.jpg │ │ ├── paper466.jpg │ │ ├── paper467.jpg │ │ ├── paper468.jpg │ │ ├── paper469.jpg │ │ ├── paper47.jpg │ │ ├── paper470.jpg │ │ ├── paper471.jpg │ │ ├── paper472.jpg │ │ ├── paper473.jpg │ │ ├── paper474.jpg │ │ ├── paper475.jpg │ │ ├── paper476.jpg │ │ ├── paper477.jpg │ │ ├── paper478.jpg │ │ ├── paper479.jpg │ │ ├── paper48.jpg │ │ ├── paper480.jpg │ │ ├── paper481.jpg │ │ ├── paper482.jpg │ │ ├── paper483.jpg │ │ ├── paper484.jpg │ │ ├── paper485.jpg │ │ ├── paper486.jpg │ │ ├── paper487.jpg │ │ ├── paper488.jpg │ │ ├── paper489.jpg │ │ ├── paper49.jpg │ │ ├── paper490.jpg │ │ ├── paper491.jpg │ │ ├── paper492.jpg │ │ ├── paper493.jpg │ │ ├── paper494.jpg │ │ ├── paper495.jpg │ │ ├── paper496.jpg │ │ ├── paper497.jpg │ │ ├── paper498.jpg │ │ ├── paper499.jpg │ │ ├── paper5.jpg │ │ ├── paper50.jpg │ │ ├── paper500.jpg │ │ ├── paper501.jpg │ │ ├── paper502.jpg │ │ ├── paper503.jpg │ │ ├── paper504.jpg │ │ ├── paper505.jpg │ │ ├── paper506.jpg │ │ ├── paper507.jpg │ │ ├── paper508.jpg │ │ ├── paper509.jpg │ │ ├── paper51.jpg │ │ ├── paper510.jpg │ │ ├── paper511.jpg │ │ ├── paper512.jpg │ │ ├── paper513.jpg │ │ ├── paper514.jpg │ │ ├── paper515.jpg │ │ ├── paper516.jpg │ │ ├── paper517.jpg │ │ ├── paper518.jpg │ │ ├── paper519.jpg │ │ ├── paper52.jpg │ │ ├── paper520.jpg │ │ ├── paper521.jpg │ │ ├── paper522.jpg │ │ ├── paper523.jpg │ │ ├── paper524.jpg │ │ ├── paper525.jpg │ │ ├── paper526.jpg │ │ ├── paper527.jpg │ │ ├── paper528.jpg │ │ ├── paper529.jpg │ │ ├── paper53.jpg │ │ ├── paper530.jpg │ │ ├── paper531.jpg │ │ ├── paper532.jpg │ │ ├── paper533.jpg │ │ ├── paper534.jpg │ │ ├── paper535.jpg │ │ ├── paper536.jpg │ │ ├── paper537.jpg │ │ ├── paper538.jpg │ │ ├── paper539.jpg │ │ ├── paper54.jpg │ │ ├── paper540.jpg │ │ ├── paper541.jpg │ │ ├── paper542.jpg │ │ ├── paper543.jpg │ │ ├── paper544.jpg │ │ ├── paper545.jpg │ │ ├── paper546.jpg │ │ ├── paper547.jpg │ │ ├── paper548.jpg │ │ ├── paper549.jpg │ │ ├── paper55.jpg │ │ ├── paper550.jpg │ │ ├── paper551.jpg │ │ ├── paper552.jpg │ │ ├── paper553.jpg │ │ ├── paper554.jpg │ │ ├── paper555.jpg │ │ ├── paper556.jpg │ │ ├── paper557.jpg │ │ ├── paper558.jpg │ │ ├── paper559.jpg │ │ ├── paper56.jpg │ │ ├── paper560.jpg │ │ ├── paper561.jpg │ │ ├── paper562.jpg │ │ ├── paper563.jpg │ │ ├── paper564.jpg │ │ ├── paper565.jpg │ │ ├── paper566.jpg │ │ ├── paper567.jpg │ │ ├── paper568.jpg │ │ ├── paper569.jpg │ │ ├── paper57.jpg │ │ ├── paper570.jpg │ │ ├── paper571.jpg │ │ ├── paper572.jpg │ │ ├── paper573.jpg │ │ ├── paper574.jpg │ │ ├── paper575.jpg │ │ ├── paper576.jpg │ │ ├── paper577.jpg │ │ ├── paper578.jpg │ │ ├── paper579.jpg │ │ ├── paper58.jpg │ │ ├── paper580.jpg │ │ ├── paper581.jpg │ │ ├── paper582.jpg │ │ ├── paper583.jpg │ │ ├── paper584.jpg │ │ ├── paper585.jpg │ │ ├── paper586.jpg │ │ ├── paper587.jpg │ │ ├── paper588.jpg │ │ ├── paper589.jpg │ │ ├── paper59.jpg │ │ ├── paper590.jpg │ │ ├── paper591.jpg │ │ ├── paper592.jpg │ │ ├── paper593.jpg │ │ ├── paper594.jpg │ │ ├── paper6.jpg │ │ ├── paper60.jpg │ │ ├── paper61.jpg │ │ ├── paper62.jpg │ │ ├── paper63.jpg │ │ ├── paper64.jpg │ │ ├── paper65.jpg │ │ ├── paper66.jpg │ │ ├── paper67.jpg │ │ ├── paper68.jpg │ │ ├── paper69.jpg │ │ ├── paper7.jpg │ │ ├── paper70.jpg │ │ ├── paper71.jpg │ │ ├── paper72.jpg │ │ ├── paper73.jpg │ │ ├── paper74.jpg │ │ ├── paper75.jpg │ │ ├── paper76.jpg │ │ ├── paper77.jpg │ │ ├── paper78.jpg │ │ ├── paper79.jpg │ │ ├── paper8.jpg │ │ ├── paper80.jpg │ │ ├── paper81.jpg │ │ ├── paper82.jpg │ │ ├── paper83.jpg │ │ ├── paper84.jpg │ │ ├── paper85.jpg │ │ ├── paper86.jpg │ │ ├── paper87.jpg │ │ ├── paper88.jpg │ │ ├── paper89.jpg │ │ ├── paper9.jpg │ │ ├── paper90.jpg │ │ ├── paper91.jpg │ │ ├── paper92.jpg │ │ ├── paper93.jpg │ │ ├── paper94.jpg │ │ ├── paper95.jpg │ │ ├── paper96.jpg │ │ ├── paper97.jpg │ │ ├── paper98.jpg │ │ └── paper99.jpg │ └── plastic │ │ ├── plastic1.jpg │ │ ├── plastic10.jpg │ │ ├── plastic100.jpg │ │ ├── plastic101.jpg │ │ ├── plastic102.jpg │ │ ├── plastic103.jpg │ │ ├── plastic104.jpg │ │ ├── plastic105.jpg │ │ ├── plastic106.jpg │ │ ├── plastic107.jpg │ │ ├── plastic108.jpg │ │ ├── plastic109.jpg │ │ ├── plastic11.jpg │ │ ├── plastic110.jpg │ │ ├── plastic111.jpg │ │ ├── plastic112.jpg │ │ ├── plastic113.jpg │ │ ├── plastic114.jpg │ │ ├── plastic115.jpg │ │ ├── plastic116.jpg │ │ ├── plastic117.jpg │ │ ├── plastic118.jpg │ │ ├── plastic119.jpg │ │ ├── plastic12.jpg │ │ ├── plastic120.jpg │ │ ├── plastic121.jpg │ │ ├── plastic122.jpg │ │ ├── plastic123.jpg │ │ ├── plastic124.jpg │ │ ├── plastic125.jpg │ │ ├── plastic126.jpg │ │ ├── plastic127.jpg │ │ ├── plastic128.jpg │ │ ├── plastic129.jpg │ │ ├── plastic13.jpg │ │ ├── plastic130.jpg │ │ ├── plastic131.jpg │ │ ├── plastic132.jpg │ │ ├── plastic133.jpg │ │ ├── plastic134.jpg │ │ ├── plastic135.jpg │ │ ├── plastic136.jpg │ │ ├── plastic137.jpg │ │ ├── plastic138.jpg │ │ ├── plastic139.jpg │ │ ├── plastic14.jpg │ │ ├── plastic140.jpg │ │ ├── plastic141.jpg │ │ ├── plastic142.jpg │ │ ├── plastic143.jpg │ │ ├── plastic144.jpg │ │ ├── plastic145.jpg │ │ ├── plastic146.jpg │ │ ├── plastic147.jpg │ │ ├── plastic148.jpg │ │ ├── plastic149.jpg │ │ ├── plastic15.jpg │ │ ├── plastic150.jpg │ │ ├── plastic151.jpg │ │ ├── plastic152.jpg │ │ ├── plastic153.jpg │ │ ├── plastic154.jpg │ │ ├── plastic155.jpg │ │ ├── plastic156.jpg │ │ ├── plastic157.jpg │ │ ├── plastic158.jpg │ │ ├── plastic159.jpg │ │ ├── plastic16.jpg │ │ ├── plastic160.jpg │ │ ├── plastic161.jpg │ │ ├── plastic162.jpg │ │ ├── plastic163.jpg │ │ ├── plastic164.jpg │ │ ├── plastic165.jpg │ │ ├── plastic166.jpg │ │ ├── plastic167.jpg │ │ ├── plastic168.jpg │ │ ├── plastic169.jpg │ │ ├── plastic17.jpg │ │ ├── plastic170.jpg │ │ ├── plastic171.jpg │ │ ├── plastic172.jpg │ │ ├── plastic173.jpg │ │ ├── plastic174.jpg │ │ ├── plastic175.jpg │ │ ├── plastic176.jpg │ │ ├── plastic177.jpg │ │ ├── plastic178.jpg │ │ ├── plastic179.jpg │ │ ├── plastic18.jpg │ │ ├── plastic180.jpg │ │ ├── plastic181.jpg │ │ ├── plastic182.jpg │ │ ├── plastic183.jpg │ │ ├── plastic184.jpg │ │ ├── plastic185.jpg │ │ ├── plastic186.jpg │ │ ├── plastic187.jpg │ │ ├── plastic188.jpg │ │ ├── plastic189.jpg │ │ ├── plastic19.jpg │ │ ├── plastic190.jpg │ │ ├── plastic191.jpg │ │ ├── plastic192.jpg │ │ ├── plastic193.jpg │ │ ├── plastic194.jpg │ │ ├── plastic195.jpg │ │ ├── plastic196.jpg │ │ ├── plastic197.jpg │ │ ├── plastic198.jpg │ │ ├── plastic199.jpg │ │ ├── plastic2.jpg │ │ ├── plastic20.jpg │ │ ├── plastic200.jpg │ │ ├── plastic201.jpg │ │ ├── plastic202.jpg │ │ ├── plastic203.jpg │ │ ├── plastic204.jpg │ │ ├── plastic205.jpg │ │ ├── plastic206.jpg │ │ ├── plastic207.jpg │ │ ├── plastic208.jpg │ │ ├── plastic209.jpg │ │ ├── plastic21.jpg │ │ ├── plastic210.jpg │ │ ├── plastic211.jpg │ │ ├── plastic212.jpg │ │ ├── plastic213.jpg │ │ ├── plastic214.jpg │ │ ├── plastic215.jpg │ │ ├── plastic216.jpg │ │ ├── plastic217.jpg │ │ ├── plastic218.jpg │ │ ├── plastic219.jpg │ │ ├── plastic22.jpg │ │ ├── plastic220.jpg │ │ ├── plastic221.jpg │ │ ├── plastic222.jpg │ │ ├── plastic223.jpg │ │ ├── plastic224.jpg │ │ ├── plastic225.jpg │ │ ├── plastic226.jpg │ │ ├── plastic227.jpg │ │ ├── plastic228.jpg │ │ ├── plastic229.jpg │ │ ├── plastic23.jpg │ │ ├── plastic230.jpg │ │ ├── plastic231.jpg │ │ ├── plastic232.jpg │ │ ├── plastic233.jpg │ │ ├── plastic234.jpg │ │ ├── plastic235.jpg │ │ ├── plastic236.jpg │ │ ├── plastic237.jpg │ │ ├── plastic238.jpg │ │ ├── plastic239.jpg │ │ ├── plastic24.jpg │ │ ├── plastic240.jpg │ │ ├── plastic241.jpg │ │ ├── plastic242.jpg │ │ ├── plastic243.jpg │ │ ├── plastic244.jpg │ │ ├── plastic245.jpg │ │ ├── plastic246.jpg │ │ ├── plastic247.jpg │ │ ├── plastic248.jpg │ │ ├── plastic249.jpg │ │ ├── plastic25.jpg │ │ ├── plastic250.jpg │ │ ├── plastic251.jpg │ │ ├── plastic252.jpg │ │ ├── plastic253.jpg │ │ ├── plastic254.jpg │ │ ├── plastic255.jpg │ │ ├── plastic256.jpg │ │ ├── plastic257.jpg │ │ ├── plastic258.jpg │ │ ├── plastic259.jpg │ │ ├── plastic26.jpg │ │ ├── plastic260.jpg │ │ ├── plastic261.jpg │ │ ├── plastic262.jpg │ │ ├── plastic263.jpg │ │ ├── plastic264.jpg │ │ ├── plastic265.jpg │ │ ├── plastic266.jpg │ │ ├── plastic267.jpg │ │ ├── plastic268.jpg │ │ ├── plastic269.jpg │ │ ├── plastic27.jpg │ │ ├── plastic270.jpg │ │ ├── plastic271.jpg │ │ ├── plastic272.jpg │ │ ├── plastic273.jpg │ │ ├── plastic274.jpg │ │ ├── plastic275.jpg │ │ ├── plastic276.jpg │ │ ├── plastic277.jpg │ │ ├── plastic278.jpg │ │ ├── plastic279.jpg │ │ ├── plastic28.jpg │ │ ├── plastic280.jpg │ │ ├── plastic281.jpg │ │ ├── plastic282.jpg │ │ ├── plastic283.jpg │ │ ├── plastic284.jpg │ │ ├── plastic285.jpg │ │ ├── plastic286.jpg │ │ ├── plastic287.jpg │ │ ├── plastic288.jpg │ │ ├── plastic289.jpg │ │ ├── plastic29.jpg │ │ ├── plastic290.jpg │ │ ├── plastic291.jpg │ │ ├── plastic292.jpg │ │ ├── plastic293.jpg │ │ ├── plastic294.jpg │ │ ├── plastic295.jpg │ │ ├── plastic296.jpg │ │ ├── plastic297.jpg │ │ ├── plastic298.jpg │ │ ├── plastic299.jpg │ │ ├── plastic3.jpg │ │ ├── plastic30.jpg │ │ ├── plastic300.jpg │ │ ├── plastic301.jpg │ │ ├── plastic302.jpg │ │ ├── plastic303.jpg │ │ ├── plastic304.jpg │ │ ├── plastic305.jpg │ │ ├── plastic306.jpg │ │ ├── plastic307.jpg │ │ ├── plastic308.jpg │ │ ├── plastic309.jpg │ │ ├── plastic31.jpg │ │ ├── plastic310.jpg │ │ ├── plastic311.jpg │ │ ├── plastic312.jpg │ │ ├── plastic313.jpg │ │ ├── plastic314.jpg │ │ ├── plastic315.jpg │ │ ├── plastic316.jpg │ │ ├── plastic317.jpg │ │ ├── plastic318.jpg │ │ ├── plastic319.jpg │ │ ├── plastic32.jpg │ │ ├── plastic320.jpg │ │ ├── plastic321.jpg │ │ ├── plastic322.jpg │ │ ├── plastic323.jpg │ │ ├── plastic324.jpg │ │ ├── plastic325.jpg │ │ ├── plastic326.jpg │ │ ├── plastic327.jpg │ │ ├── plastic328.jpg │ │ ├── plastic329.jpg │ │ ├── plastic33.jpg │ │ ├── plastic330.jpg │ │ ├── plastic331.jpg │ │ ├── plastic332.jpg │ │ ├── plastic333.jpg │ │ ├── plastic334.jpg │ │ ├── plastic335.jpg │ │ ├── plastic336.jpg │ │ ├── plastic337.jpg │ │ ├── plastic338.jpg │ │ ├── plastic339.jpg │ │ ├── plastic34.jpg │ │ ├── plastic340.jpg │ │ ├── plastic341.jpg │ │ ├── plastic342.jpg │ │ ├── plastic343.jpg │ │ ├── plastic344.jpg │ │ ├── plastic345.jpg │ │ ├── plastic346.jpg │ │ ├── plastic347.jpg │ │ ├── plastic348.jpg │ │ ├── plastic349.jpg │ │ ├── plastic35.jpg │ │ ├── plastic350.jpg │ │ ├── plastic351.jpg │ │ ├── plastic352.jpg │ │ ├── plastic353.jpg │ │ ├── plastic354.jpg │ │ ├── plastic355.jpg │ │ ├── plastic356.jpg │ │ ├── plastic357.jpg │ │ ├── plastic358.jpg │ │ ├── plastic359.jpg │ │ ├── plastic36.jpg │ │ ├── plastic360.jpg │ │ ├── plastic361.jpg │ │ ├── plastic362.jpg │ │ ├── plastic363.jpg │ │ ├── plastic364.jpg │ │ ├── plastic365.jpg │ │ ├── plastic366.jpg │ │ ├── plastic367.jpg │ │ ├── plastic368.jpg │ │ ├── plastic369.jpg │ │ ├── plastic37.jpg │ │ ├── plastic370.jpg │ │ ├── plastic371.jpg │ │ ├── plastic372.jpg │ │ ├── plastic373.jpg │ │ ├── plastic374.jpg │ │ ├── plastic375.jpg │ │ ├── plastic376.jpg │ │ ├── plastic377.jpg │ │ ├── plastic378.jpg │ │ ├── plastic379.jpg │ │ ├── plastic38.jpg │ │ ├── plastic380.jpg │ │ ├── plastic381.jpg │ │ ├── plastic382.jpg │ │ ├── plastic383.jpg │ │ ├── plastic384.jpg │ │ ├── plastic385.jpg │ │ ├── plastic386.jpg │ │ ├── plastic387.jpg │ │ ├── plastic388.jpg │ │ ├── plastic389.jpg │ │ ├── plastic39.jpg │ │ ├── plastic390.jpg │ │ ├── plastic391.jpg │ │ ├── plastic392.jpg │ │ ├── plastic393.jpg │ │ ├── plastic394.jpg │ │ ├── plastic395.jpg │ │ ├── plastic396.jpg │ │ ├── plastic397.jpg │ │ ├── plastic398.jpg │ │ ├── plastic399.jpg │ │ ├── plastic4.jpg │ │ ├── plastic40.jpg │ │ ├── plastic400.jpg │ │ ├── plastic401.jpg │ │ ├── plastic402.jpg │ │ ├── plastic403.jpg │ │ ├── plastic404.jpg │ │ ├── plastic405.jpg │ │ ├── plastic406.jpg │ │ ├── plastic407.jpg │ │ ├── plastic408.jpg │ │ ├── plastic409.jpg │ │ ├── plastic41.jpg │ │ ├── plastic410.jpg │ │ ├── plastic411.jpg │ │ ├── plastic412.jpg │ │ ├── plastic413.jpg │ │ ├── plastic414.jpg │ │ ├── plastic415.jpg │ │ ├── plastic416.jpg │ │ ├── plastic417.jpg │ │ ├── plastic418.jpg │ │ ├── plastic419.jpg │ │ ├── plastic42.jpg │ │ ├── plastic420.jpg │ │ ├── plastic421.jpg │ │ ├── plastic422.jpg │ │ ├── plastic423.jpg │ │ ├── plastic424.jpg │ │ ├── plastic425.jpg │ │ ├── plastic426.jpg │ │ ├── plastic427.jpg │ │ ├── plastic428.jpg │ │ ├── plastic429.jpg │ │ ├── plastic43.jpg │ │ ├── plastic430.jpg │ │ ├── plastic431.jpg │ │ ├── plastic432.jpg │ │ ├── plastic433.jpg │ │ ├── plastic434.jpg │ │ ├── plastic435.jpg │ │ ├── plastic436.jpg │ │ ├── plastic437.jpg │ │ ├── plastic438.jpg │ │ ├── plastic439.jpg │ │ ├── plastic44.jpg │ │ ├── plastic440.jpg │ │ ├── plastic441.jpg │ │ ├── plastic442.jpg │ │ ├── plastic443.jpg │ │ ├── plastic444.jpg │ │ ├── plastic445.jpg │ │ ├── plastic446.jpg │ │ ├── plastic447.jpg │ │ ├── plastic448.jpg │ │ ├── plastic449.jpg │ │ ├── plastic45.jpg │ │ ├── plastic450.jpg │ │ ├── plastic451.jpg │ │ ├── plastic452.jpg │ │ ├── plastic453.jpg │ │ ├── plastic454.jpg │ │ ├── plastic455.jpg │ │ ├── plastic456.jpg │ │ ├── plastic457.jpg │ │ ├── plastic458.jpg │ │ ├── plastic459.jpg │ │ ├── plastic46.jpg │ │ ├── plastic460.jpg │ │ ├── plastic461.jpg │ │ ├── plastic462.jpg │ │ ├── plastic463.jpg │ │ ├── plastic464.jpg │ │ ├── plastic465.jpg │ │ ├── plastic466.jpg │ │ ├── plastic467.jpg │ │ ├── plastic468.jpg │ │ ├── plastic469.jpg │ │ ├── plastic47.jpg │ │ ├── plastic470.jpg │ │ ├── plastic471.jpg │ │ ├── plastic472.jpg │ │ ├── plastic473.jpg │ │ ├── plastic474.jpg │ │ ├── plastic475.jpg │ │ ├── plastic476.jpg │ │ ├── plastic477.jpg │ │ ├── plastic478.jpg │ │ ├── plastic479.jpg │ │ ├── plastic48.jpg │ │ ├── plastic480.jpg │ │ ├── plastic481.jpg │ │ ├── plastic482.jpg │ │ ├── plastic49.jpg │ │ ├── plastic5.jpg │ │ ├── plastic50.jpg │ │ ├── plastic51.jpg │ │ ├── plastic52.jpg │ │ ├── plastic53.jpg │ │ ├── plastic54.jpg │ │ ├── plastic55.jpg │ │ ├── plastic56.jpg │ │ ├── plastic57.jpg │ │ ├── plastic58.jpg │ │ ├── plastic59.jpg │ │ ├── plastic6.jpg │ │ ├── plastic60.jpg │ │ ├── plastic61.jpg │ │ ├── plastic62.jpg │ │ ├── plastic63.jpg │ │ ├── plastic64.jpg │ │ ├── plastic65.jpg │ │ ├── plastic66.jpg │ │ ├── plastic67.jpg │ │ ├── plastic68.jpg │ │ ├── plastic69.jpg │ │ ├── plastic7.jpg │ │ ├── plastic70.jpg │ │ ├── plastic71.jpg │ │ ├── plastic72.jpg │ │ ├── plastic73.jpg │ │ ├── plastic74.jpg │ │ ├── plastic75.jpg │ │ ├── plastic76.jpg │ │ ├── plastic77.jpg │ │ ├── plastic78.jpg │ │ ├── plastic79.jpg │ │ ├── plastic8.jpg │ │ ├── plastic80.jpg │ │ ├── plastic81.jpg │ │ ├── plastic82.jpg │ │ ├── plastic83.jpg │ │ ├── plastic84.jpg │ │ ├── plastic85.jpg │ │ ├── plastic86.jpg │ │ ├── plastic87.jpg │ │ ├── plastic88.jpg │ │ ├── plastic89.jpg │ │ ├── plastic9.jpg │ │ ├── plastic90.jpg │ │ ├── plastic91.jpg │ │ ├── plastic92.jpg │ │ ├── plastic93.jpg │ │ ├── plastic94.jpg │ │ ├── plastic95.jpg │ │ ├── plastic96.jpg │ │ ├── plastic97.jpg │ │ ├── plastic98.jpg │ │ └── plastic99.jpg └── raw │ ├── cardboard │ ├── cardboard1.jpg │ ├── cardboard10.jpg │ ├── cardboard100.jpg │ ├── cardboard101.jpg │ ├── cardboard102.jpg │ ├── cardboard103.jpg │ ├── cardboard104.jpg │ ├── cardboard105.jpg │ ├── cardboard106.jpg │ ├── cardboard107.jpg │ ├── cardboard108.jpg │ ├── cardboard109.jpg │ ├── cardboard11.jpg │ ├── cardboard110.jpg │ ├── cardboard111.jpg │ ├── cardboard112.jpg │ ├── cardboard113.jpg │ ├── cardboard114.jpg │ ├── cardboard115.jpg │ ├── cardboard116.jpg │ ├── cardboard117.jpg │ ├── cardboard118.jpg │ ├── cardboard119.jpg │ ├── cardboard12.jpg │ ├── cardboard120.jpg │ ├── cardboard121.jpg │ ├── cardboard122.jpg │ ├── cardboard123.jpg │ ├── cardboard124.jpg │ ├── cardboard125.jpg │ ├── cardboard126.jpg │ ├── cardboard127.jpg │ ├── cardboard128.jpg │ ├── cardboard129.jpg │ ├── cardboard13.jpg │ ├── cardboard130.jpg │ ├── cardboard131.jpg │ ├── cardboard132.jpg │ ├── cardboard133.jpg │ ├── cardboard134.jpg │ ├── cardboard135.jpg │ ├── cardboard136.jpg │ ├── cardboard137.jpg │ ├── cardboard138.jpg │ ├── cardboard139.jpg │ ├── cardboard14.jpg │ ├── cardboard140.jpg │ ├── cardboard141.jpg │ ├── cardboard142.jpg │ ├── cardboard143.jpg │ ├── cardboard144.jpg │ ├── cardboard145.jpg │ ├── cardboard146.jpg │ ├── cardboard147.jpg │ ├── cardboard148.jpg │ ├── cardboard149.jpg │ ├── cardboard15.jpg │ ├── cardboard150.jpg │ ├── cardboard151.jpg │ ├── cardboard152.jpg │ ├── cardboard153.jpg │ ├── cardboard154.jpg │ ├── cardboard155.jpg │ ├── cardboard156.jpg │ ├── cardboard157.jpg │ ├── cardboard158.jpg │ ├── cardboard159.jpg │ ├── cardboard16.jpg │ ├── cardboard160.jpg │ ├── cardboard161.jpg │ ├── cardboard162.jpg │ ├── cardboard163.jpg │ ├── cardboard164.jpg │ ├── cardboard165.jpg │ ├── cardboard166.jpg │ ├── cardboard167.jpg │ ├── cardboard168.jpg │ ├── cardboard169.jpg │ ├── cardboard17.jpg │ ├── cardboard170.jpg │ ├── cardboard171.jpg │ ├── cardboard172.jpg │ ├── cardboard173.jpg │ ├── cardboard174.jpg │ ├── cardboard175.jpg │ ├── cardboard176.jpg │ ├── cardboard177.jpg │ ├── cardboard178.jpg │ ├── cardboard179.jpg │ ├── cardboard18.jpg │ ├── cardboard180.jpg │ ├── cardboard181.jpg │ ├── cardboard182.jpg │ ├── cardboard183.jpg │ ├── cardboard184.jpg │ ├── cardboard185.jpg │ ├── cardboard186.jpg │ ├── cardboard187.jpg │ ├── cardboard188.jpg │ ├── cardboard189.jpg │ ├── cardboard19.jpg │ ├── cardboard190.jpg │ ├── cardboard191.jpg │ ├── cardboard192.jpg │ ├── cardboard193.jpg │ ├── cardboard194.jpg │ ├── cardboard195.jpg │ ├── cardboard196.jpg │ ├── cardboard197.jpg │ ├── cardboard198.jpg │ ├── cardboard199.jpg │ ├── cardboard2.jpg │ ├── cardboard20.jpg │ ├── cardboard200.jpg │ ├── cardboard201.jpg │ ├── cardboard202.jpg │ ├── cardboard203.jpg │ ├── cardboard204.jpg │ ├── cardboard205.jpg │ ├── cardboard206.jpg │ ├── cardboard207.jpg │ ├── cardboard208.jpg │ ├── cardboard209.jpg │ ├── cardboard21.jpg │ ├── cardboard210.jpg │ ├── cardboard211.jpg │ ├── cardboard212.jpg │ ├── cardboard213.jpg │ ├── cardboard214.jpg │ ├── cardboard215.jpg │ ├── cardboard216.jpg │ ├── cardboard217.jpg │ ├── cardboard218.jpg │ ├── cardboard219.jpg │ ├── cardboard22.jpg │ ├── cardboard220.jpg │ ├── cardboard221.jpg │ ├── cardboard222.jpg │ ├── cardboard223.jpg │ ├── cardboard224.jpg │ ├── cardboard225.jpg │ ├── cardboard226.jpg │ ├── cardboard227.jpg │ ├── cardboard228.jpg │ ├── cardboard229.jpg │ ├── cardboard23.jpg │ ├── cardboard230.jpg │ ├── cardboard231.jpg │ ├── cardboard232.jpg │ ├── cardboard233.jpg │ ├── cardboard234.jpg │ ├── cardboard235.jpg │ ├── cardboard236.jpg │ ├── cardboard237.jpg │ ├── cardboard238.jpg │ ├── cardboard239.jpg │ ├── cardboard24.jpg │ ├── cardboard240.jpg │ ├── cardboard241.jpg │ ├── cardboard242.jpg │ ├── cardboard243.jpg │ ├── cardboard244.jpg │ ├── cardboard245.jpg │ ├── cardboard246.jpg │ ├── cardboard247.jpg │ ├── cardboard248.jpg │ ├── cardboard249.jpg │ ├── cardboard25.jpg │ ├── cardboard250.jpg │ ├── cardboard251.jpg │ ├── cardboard252.jpg │ ├── cardboard253.jpg │ ├── cardboard254.jpg │ ├── cardboard255.jpg │ ├── cardboard256.jpg │ ├── cardboard257.jpg │ ├── cardboard258.jpg │ ├── cardboard259.jpg │ ├── cardboard26.jpg │ ├── cardboard260.jpg │ ├── cardboard261.jpg │ ├── cardboard262.jpg │ ├── cardboard263.jpg │ ├── cardboard264.jpg │ ├── cardboard265.jpg │ ├── cardboard266.jpg │ ├── cardboard267.jpg │ ├── cardboard268.jpg │ ├── cardboard269.jpg │ ├── cardboard27.jpg │ ├── cardboard270.jpg │ ├── cardboard271.jpg │ ├── cardboard272.jpg │ ├── cardboard273.jpg │ ├── cardboard274.jpg │ ├── cardboard275.jpg │ ├── cardboard276.jpg │ ├── cardboard277.jpg │ ├── cardboard278.jpg │ ├── cardboard279.jpg │ ├── cardboard28.jpg │ ├── cardboard280.jpg │ ├── cardboard281.jpg │ ├── cardboard282.jpg │ ├── cardboard283.jpg │ ├── cardboard284.jpg │ ├── cardboard285.jpg │ ├── cardboard286.jpg │ ├── cardboard287.jpg │ ├── cardboard288.jpg │ ├── cardboard289.jpg │ ├── cardboard29.jpg │ ├── cardboard290.jpg │ ├── cardboard291.jpg │ ├── cardboard292.jpg │ ├── cardboard293.jpg │ ├── cardboard294.jpg │ ├── cardboard295.jpg │ ├── cardboard296.jpg │ ├── cardboard297.jpg │ ├── cardboard298.jpg │ ├── cardboard299.jpg │ ├── cardboard3.jpg │ ├── cardboard30.jpg │ ├── cardboard300.jpg │ ├── cardboard301.jpg │ ├── cardboard302.jpg │ ├── cardboard303.jpg │ ├── cardboard304.jpg │ ├── cardboard305.jpg │ ├── cardboard306.jpg │ ├── cardboard307.jpg │ ├── cardboard308.jpg │ ├── cardboard309.jpg │ ├── cardboard31.jpg │ ├── cardboard310.jpg │ ├── cardboard311.jpg │ ├── cardboard312.jpg │ ├── cardboard313.jpg │ ├── cardboard314.jpg │ ├── cardboard315.jpg │ ├── cardboard316.jpg │ ├── cardboard317.jpg │ ├── cardboard318.jpg │ ├── cardboard319.jpg │ ├── cardboard32.jpg │ ├── cardboard320.jpg │ ├── cardboard321.jpg │ ├── cardboard322.jpg │ ├── cardboard323.jpg │ ├── cardboard324.jpg │ ├── cardboard325.jpg │ ├── cardboard326.jpg │ ├── cardboard327.jpg │ ├── cardboard328.jpg │ ├── cardboard329.jpg │ ├── cardboard33.jpg │ ├── cardboard330.jpg │ ├── cardboard331.jpg │ ├── cardboard332.jpg │ ├── cardboard333.jpg │ ├── cardboard334.jpg │ ├── cardboard335.jpg │ ├── cardboard336.jpg │ ├── cardboard337.jpg │ ├── cardboard338.jpg │ ├── cardboard339.jpg │ ├── cardboard34.jpg │ ├── cardboard340.jpg │ ├── cardboard341.jpg │ ├── cardboard342.jpg │ ├── cardboard343.jpg │ ├── cardboard344.jpg │ ├── cardboard345.jpg │ ├── cardboard346.jpg │ ├── cardboard347.jpg │ ├── cardboard348.jpg │ ├── cardboard349.jpg │ ├── cardboard35.jpg │ ├── cardboard350.jpg │ ├── cardboard351.jpg │ ├── cardboard352.jpg │ ├── cardboard353.jpg │ ├── cardboard354.jpg │ ├── cardboard355.jpg │ ├── cardboard356.jpg │ ├── cardboard357.jpg │ ├── cardboard358.jpg │ ├── cardboard359.jpg │ ├── cardboard36.jpg │ ├── cardboard360.jpg │ ├── cardboard361.jpg │ ├── cardboard362.jpg │ ├── cardboard363.jpg │ ├── cardboard364.jpg │ ├── cardboard365.jpg │ ├── cardboard366.jpg │ ├── cardboard367.jpg │ ├── cardboard368.jpg │ ├── cardboard369.jpg │ ├── cardboard37.jpg │ ├── cardboard370.jpg │ ├── cardboard371.jpg │ ├── cardboard372.jpg │ ├── cardboard373.jpg │ ├── cardboard374.jpg │ ├── cardboard375.jpg │ ├── cardboard376.jpg │ ├── cardboard377.jpg │ ├── cardboard378.jpg │ ├── cardboard379.jpg │ ├── cardboard38.jpg │ ├── cardboard380.jpg │ ├── cardboard381.jpg │ ├── cardboard382.jpg │ ├── cardboard383.jpg │ ├── cardboard384.jpg │ ├── cardboard385.jpg │ ├── cardboard386.jpg │ ├── cardboard387.jpg │ ├── cardboard388.jpg │ ├── cardboard389.jpg │ ├── cardboard39.jpg │ ├── cardboard390.jpg │ ├── cardboard391.jpg │ ├── cardboard392.jpg │ ├── cardboard393.jpg │ ├── cardboard394.jpg │ ├── cardboard395.jpg │ ├── cardboard396.jpg │ ├── cardboard397.jpg │ ├── cardboard398.jpg │ ├── cardboard399.jpg │ ├── cardboard4.jpg │ ├── cardboard40.jpg │ ├── cardboard400.jpg │ ├── cardboard401.jpg │ ├── cardboard402.jpg │ ├── cardboard403.jpg │ ├── cardboard41.jpg │ ├── cardboard42.jpg │ ├── cardboard43.jpg │ ├── cardboard44.jpg │ ├── cardboard45.jpg │ ├── cardboard46.jpg │ ├── cardboard47.jpg │ ├── cardboard48.jpg │ ├── cardboard49.jpg │ ├── cardboard5.jpg │ ├── cardboard50.jpg │ ├── cardboard51.jpg │ ├── cardboard52.jpg │ ├── cardboard53.jpg │ ├── cardboard54.jpg │ ├── cardboard55.jpg │ ├── cardboard56.jpg │ ├── cardboard57.jpg │ ├── cardboard58.jpg │ ├── cardboard59.jpg │ ├── cardboard6.jpg │ ├── cardboard60.jpg │ ├── cardboard61.jpg │ ├── cardboard62.jpg │ ├── cardboard63.jpg │ ├── cardboard64.jpg │ ├── cardboard65.jpg │ ├── cardboard66.jpg │ ├── cardboard67.jpg │ ├── cardboard68.jpg │ ├── cardboard69.jpg │ ├── cardboard7.jpg │ ├── cardboard70.jpg │ ├── cardboard71.jpg │ ├── cardboard72.jpg │ ├── cardboard73.jpg │ ├── cardboard74.jpg │ ├── cardboard75.jpg │ ├── cardboard76.jpg │ ├── cardboard77.jpg │ ├── cardboard78.jpg │ ├── cardboard79.jpg │ ├── cardboard8.jpg │ ├── cardboard80.jpg │ ├── cardboard81.jpg │ ├── cardboard82.jpg │ ├── cardboard83.jpg │ ├── cardboard84.jpg │ ├── cardboard85.jpg │ ├── cardboard86.jpg │ ├── cardboard87.jpg │ ├── cardboard88.jpg │ ├── cardboard89.jpg │ ├── cardboard9.jpg │ ├── cardboard90.jpg │ ├── cardboard91.jpg │ ├── cardboard92.jpg │ ├── cardboard93.jpg │ ├── cardboard94.jpg │ ├── cardboard95.jpg │ ├── cardboard96.jpg │ ├── cardboard97.jpg │ ├── cardboard98.jpg │ └── cardboard99.jpg │ ├── glass │ ├── glass1.jpg │ ├── glass10.jpg │ ├── glass100.jpg │ ├── glass101.jpg │ ├── glass102.jpg │ ├── glass103.jpg │ ├── glass104.jpg │ ├── glass105.jpg │ ├── glass106.jpg │ ├── glass107.jpg │ ├── glass108.jpg │ ├── glass109.jpg │ ├── glass11.jpg │ ├── glass110.jpg │ ├── glass111.jpg │ ├── glass112.jpg │ ├── glass113.jpg │ ├── glass114.jpg │ ├── glass115.jpg │ ├── glass116.jpg │ ├── glass117.jpg │ ├── glass118.jpg │ ├── glass119.jpg │ ├── glass12.jpg │ ├── glass120.jpg │ ├── glass121.jpg │ ├── glass122.jpg │ ├── glass123.jpg │ ├── glass124.jpg │ ├── glass125.jpg │ ├── glass126.jpg │ ├── glass127.jpg │ ├── glass128.jpg │ ├── glass129.jpg │ ├── glass13.jpg │ ├── glass130.jpg │ ├── glass131.jpg │ ├── glass132.jpg │ ├── glass133.jpg │ ├── glass134.jpg │ ├── glass135.jpg │ ├── glass136.jpg │ ├── glass137.jpg │ ├── glass138.jpg │ ├── glass139.jpg │ ├── glass14.jpg │ ├── glass140.jpg │ ├── glass141.jpg │ ├── glass142.jpg │ ├── glass143.jpg │ ├── glass144.jpg │ ├── glass145.jpg │ ├── glass146.jpg │ ├── glass147.jpg │ ├── glass148.jpg │ ├── glass149.jpg │ ├── glass15.jpg │ ├── glass150.jpg │ ├── glass151.jpg │ ├── glass152.jpg │ ├── glass153.jpg │ ├── glass154.jpg │ ├── glass155.jpg │ ├── glass156.jpg │ ├── glass157.jpg │ ├── glass158.jpg │ ├── glass159.jpg │ ├── glass16.jpg │ ├── glass160.jpg │ ├── glass161.jpg │ ├── glass162.jpg │ ├── glass163.jpg │ ├── glass164.jpg │ ├── glass165.jpg │ ├── glass166.jpg │ ├── glass167.jpg │ ├── glass168.jpg │ ├── glass169.jpg │ ├── glass17.jpg │ ├── glass170.jpg │ ├── glass171.jpg │ ├── glass172.jpg │ ├── glass173.jpg │ ├── glass174.jpg │ ├── glass175.jpg │ ├── glass176.jpg │ ├── glass177.jpg │ ├── glass178.jpg │ ├── glass179.jpg │ ├── glass18.jpg │ ├── glass180.jpg │ ├── glass181.jpg │ ├── glass182.jpg │ ├── glass183.jpg │ ├── glass184.jpg │ ├── glass185.jpg │ ├── glass186.jpg │ ├── glass187.jpg │ ├── glass188.jpg │ ├── glass189.jpg │ ├── glass19.jpg │ ├── glass190.jpg │ ├── glass191.jpg │ ├── glass192.jpg │ ├── glass193.jpg │ ├── glass194.jpg │ ├── glass195.jpg │ ├── glass196.jpg │ ├── glass197.jpg │ ├── glass198.jpg │ ├── glass199.jpg │ ├── glass2.jpg │ ├── glass20.jpg │ ├── glass200.jpg │ ├── glass201.jpg │ ├── glass202.jpg │ ├── glass203.jpg │ ├── glass204.jpg │ ├── glass205.jpg │ ├── glass206.jpg │ ├── glass207.jpg │ ├── glass208.jpg │ ├── glass209.jpg │ ├── glass21.jpg │ ├── glass210.jpg │ ├── glass211.jpg │ ├── glass212.jpg │ ├── glass213.jpg │ ├── glass214.jpg │ ├── glass215.jpg │ ├── glass216.jpg │ ├── glass217.jpg │ ├── glass218.jpg │ ├── glass219.jpg │ ├── glass22.jpg │ ├── glass220.jpg │ ├── glass221.jpg │ ├── glass222.jpg │ ├── glass223.jpg │ ├── glass224.jpg │ ├── glass225.jpg │ ├── glass226.jpg │ ├── glass227.jpg │ ├── glass228.jpg │ ├── glass229.jpg │ ├── glass23.jpg │ ├── glass230.jpg │ ├── glass231.jpg │ ├── glass232.jpg │ ├── glass233.jpg │ ├── glass234.jpg │ ├── glass235.jpg │ ├── glass236.jpg │ ├── glass237.jpg │ ├── glass238.jpg │ ├── glass239.jpg │ ├── glass24.jpg │ ├── glass240.jpg │ ├── glass241.jpg │ ├── glass242.jpg │ ├── glass243.jpg │ ├── glass244.jpg │ ├── glass245.jpg │ ├── glass246.jpg │ ├── glass247.jpg │ ├── glass248.jpg │ ├── glass249.jpg │ ├── glass25.jpg │ ├── glass250.jpg │ ├── glass251.jpg │ ├── glass252.jpg │ ├── glass253.jpg │ ├── glass254.jpg │ ├── glass255.jpg │ ├── glass256.jpg │ ├── glass257.jpg │ ├── glass258.jpg │ ├── glass259.jpg │ ├── glass26.jpg │ ├── glass260.jpg │ ├── glass261.jpg │ ├── glass262.jpg │ ├── glass263.jpg │ ├── glass264.jpg │ ├── glass265.jpg │ ├── glass266.jpg │ ├── glass267.jpg │ ├── glass268.jpg │ ├── glass269.jpg │ ├── glass27.jpg │ ├── glass270.jpg │ ├── glass271.jpg │ ├── glass272.jpg │ ├── glass273.jpg │ ├── glass274.jpg │ ├── glass275.jpg │ ├── glass276.jpg │ ├── glass277.jpg │ ├── glass278.jpg │ ├── glass279.jpg │ ├── glass28.jpg │ ├── glass280.jpg │ ├── glass281.jpg │ ├── glass282.jpg │ ├── glass283.jpg │ ├── glass284.jpg │ ├── glass285.jpg │ ├── glass286.jpg │ ├── glass287.jpg │ ├── glass288.jpg │ ├── glass289.jpg │ ├── glass29.jpg │ ├── glass290.jpg │ ├── glass291.jpg │ ├── glass292.jpg │ ├── glass293.jpg │ ├── glass294.jpg │ ├── glass295.jpg │ ├── glass296.jpg │ ├── glass297.jpg │ ├── glass298.jpg │ ├── glass299.jpg │ ├── glass3.jpg │ ├── glass30.jpg │ ├── glass300.jpg │ ├── glass301.jpg │ ├── glass302.jpg │ ├── glass303.jpg │ ├── glass304.jpg │ ├── glass305.jpg │ ├── glass306.jpg │ ├── glass307.jpg │ ├── glass308.jpg │ ├── glass309.jpg │ ├── glass31.jpg │ ├── glass310.jpg │ ├── glass311.jpg │ ├── glass312.jpg │ ├── glass313.jpg │ ├── glass314.jpg │ ├── glass315.jpg │ ├── glass316.jpg │ ├── glass317.jpg │ ├── glass318.jpg │ ├── glass319.jpg │ ├── glass32.jpg │ ├── glass320.jpg │ ├── glass321.jpg │ ├── glass322.jpg │ ├── glass323.jpg │ ├── glass324.jpg │ ├── glass325.jpg │ ├── glass326.jpg │ ├── glass327.jpg │ ├── glass328.jpg │ ├── glass329.jpg │ ├── glass33.jpg │ ├── glass330.jpg │ ├── glass331.jpg │ ├── glass332.jpg │ ├── glass333.jpg │ ├── glass334.jpg │ ├── glass335.jpg │ ├── glass336.jpg │ ├── glass337.jpg │ ├── glass338.jpg │ ├── glass339.jpg │ ├── glass34.jpg │ ├── glass340.jpg │ ├── glass341.jpg │ ├── glass342.jpg │ ├── glass343.jpg │ ├── glass344.jpg │ ├── glass345.jpg │ ├── glass346.jpg │ ├── glass347.jpg │ ├── glass348.jpg │ ├── glass349.jpg │ ├── glass35.jpg │ ├── glass350.jpg │ ├── glass351.jpg │ ├── glass352.jpg │ ├── glass353.jpg │ ├── glass354.jpg │ ├── glass355.jpg │ ├── glass356.jpg │ ├── glass357.jpg │ ├── glass358.jpg │ ├── glass359.jpg │ ├── glass36.jpg │ ├── glass360.jpg │ ├── glass361.jpg │ ├── glass362.jpg │ ├── glass363.jpg │ ├── glass364.jpg │ ├── glass365.jpg │ ├── glass366.jpg │ ├── glass367.jpg │ ├── glass368.jpg │ ├── glass369.jpg │ ├── glass37.jpg │ ├── glass370.jpg │ ├── glass371.jpg │ ├── glass372.jpg │ ├── glass373.jpg │ ├── glass374.jpg │ ├── glass375.jpg │ ├── glass376.jpg │ ├── glass377.jpg │ ├── glass378.jpg │ ├── glass379.jpg │ ├── glass38.jpg │ ├── glass380.jpg │ ├── glass381.jpg │ ├── glass382.jpg │ ├── glass383.jpg │ ├── glass384.jpg │ ├── glass385.jpg │ ├── glass386.jpg │ ├── glass387.jpg │ ├── glass388.jpg │ ├── glass389.jpg │ ├── glass39.jpg │ ├── glass390.jpg │ ├── glass391.jpg │ ├── glass392.jpg │ ├── glass393.jpg │ ├── glass394.jpg │ ├── glass395.jpg │ ├── glass396.jpg │ ├── glass397.jpg │ ├── glass398.jpg │ ├── glass399.jpg │ ├── glass4.jpg │ ├── glass40.jpg │ ├── glass400.jpg │ ├── glass401.jpg │ ├── glass402.jpg │ ├── glass403.jpg │ ├── glass404.jpg │ ├── glass405.jpg │ ├── glass406.jpg │ ├── glass407.jpg │ ├── glass408.jpg │ ├── glass409.jpg │ ├── glass41.jpg │ ├── glass410.jpg │ ├── glass411.jpg │ ├── glass412.jpg │ ├── glass413.jpg │ ├── glass414.jpg │ ├── glass415.jpg │ ├── glass416.jpg │ ├── glass417.jpg │ ├── glass418.jpg │ ├── glass419.jpg │ ├── glass42.jpg │ ├── glass420.jpg │ ├── glass421.jpg │ ├── glass422.jpg │ ├── glass423.jpg │ ├── glass424.jpg │ ├── glass425.jpg │ ├── glass426.jpg │ ├── glass427.jpg │ ├── glass428.jpg │ ├── glass429.jpg │ ├── glass43.jpg │ ├── glass430.jpg │ ├── glass431.jpg │ ├── glass432.jpg │ ├── glass433.jpg │ ├── glass434.jpg │ ├── glass435.jpg │ ├── glass436.jpg │ ├── glass437.jpg │ ├── glass438.jpg │ ├── glass439.jpg │ ├── glass44.jpg │ ├── glass440.jpg │ ├── glass441.jpg │ ├── glass442.jpg │ ├── glass443.jpg │ ├── glass444.jpg │ ├── glass445.jpg │ ├── glass446.jpg │ ├── glass447.jpg │ ├── glass448.jpg │ ├── glass449.jpg │ ├── glass45.jpg │ ├── glass450.jpg │ ├── glass451.jpg │ ├── glass452.jpg │ ├── glass453.jpg │ ├── glass454.jpg │ ├── glass455.jpg │ ├── glass456.jpg │ ├── glass457.jpg │ ├── glass458.jpg │ ├── glass459.jpg │ ├── glass46.jpg │ ├── glass460.jpg │ ├── glass461.jpg │ ├── glass462.jpg │ ├── glass463.jpg │ ├── glass464.jpg │ ├── glass465.jpg │ ├── glass466.jpg │ ├── glass467.jpg │ ├── glass468.jpg │ ├── glass469.jpg │ ├── glass47.jpg │ ├── glass470.jpg │ ├── glass471.jpg │ ├── glass472.jpg │ ├── glass473.jpg │ ├── glass474.jpg │ ├── glass475.jpg │ ├── glass476.jpg │ ├── glass477.jpg │ ├── glass478.jpg │ ├── glass479.jpg │ ├── glass48.jpg │ ├── glass480.jpg │ ├── glass481.jpg │ ├── glass482.jpg │ ├── glass483.jpg │ ├── glass484.jpg │ ├── glass485.jpg │ ├── glass486.jpg │ ├── glass487.jpg │ ├── glass488.jpg │ ├── glass489.jpg │ ├── glass49.jpg │ ├── glass490.jpg │ ├── glass491.jpg │ ├── glass492.jpg │ ├── glass493.jpg │ ├── glass494.jpg │ ├── glass495.jpg │ ├── glass496.jpg │ ├── glass497.jpg │ ├── glass498.jpg │ ├── glass499.jpg │ ├── glass5.jpg │ ├── glass50.jpg │ ├── glass500.jpg │ ├── glass501.jpg │ ├── glass51.jpg │ ├── glass52.jpg │ ├── glass53.jpg │ ├── glass54.jpg │ ├── glass55.jpg │ ├── glass56.jpg │ ├── glass57.jpg │ ├── glass58.jpg │ ├── glass59.jpg │ ├── glass6.jpg │ ├── glass60.jpg │ ├── glass61.jpg │ ├── glass62.jpg │ ├── glass63.jpg │ ├── glass64.jpg │ ├── glass65.jpg │ ├── glass66.jpg │ ├── glass67.jpg │ ├── glass68.jpg │ ├── glass69.jpg │ ├── glass7.jpg │ ├── glass70.jpg │ ├── glass71.jpg │ ├── glass72.jpg │ ├── glass73.jpg │ ├── glass74.jpg │ ├── glass75.jpg │ ├── glass76.jpg │ ├── glass77.jpg │ ├── glass78.jpg │ ├── glass79.jpg │ ├── glass8.jpg │ ├── glass80.jpg │ ├── glass81.jpg │ ├── glass82.jpg │ ├── glass83.jpg │ ├── glass84.jpg │ ├── glass85.jpg │ ├── glass86.jpg │ ├── glass87.jpg │ ├── glass88.jpg │ ├── glass89.jpg │ ├── glass9.jpg │ ├── glass90.jpg │ ├── glass91.jpg │ ├── glass92.jpg │ ├── glass93.jpg │ ├── glass94.jpg │ ├── glass95.jpg │ ├── glass96.jpg │ ├── glass97.jpg │ ├── glass98.jpg │ └── glass99.jpg │ ├── metal │ ├── metal1.jpg │ ├── metal10.jpg │ ├── metal100.jpg │ ├── metal101.jpg │ ├── metal102.jpg │ ├── metal103.jpg │ ├── metal104.jpg │ ├── metal105.jpg │ ├── metal106.jpg │ ├── metal107.jpg │ ├── metal108.jpg │ ├── metal109.jpg │ ├── metal11.jpg │ ├── metal110.jpg │ ├── metal111.jpg │ ├── metal112.jpg │ ├── metal113.jpg │ ├── metal114.jpg │ ├── metal115.jpg │ ├── metal116.jpg │ ├── metal117.jpg │ ├── metal118.jpg │ ├── metal119.jpg │ ├── metal12.jpg │ ├── metal120.jpg │ ├── metal121.jpg │ ├── metal122.jpg │ ├── metal123.jpg │ ├── metal124.jpg │ ├── metal125.jpg │ ├── metal126.jpg │ ├── metal127.jpg │ ├── metal128.jpg │ ├── metal129.jpg │ ├── metal13.jpg │ ├── metal130.jpg │ ├── metal131.jpg │ ├── metal132.jpg │ ├── metal133.jpg │ ├── metal134.jpg │ ├── metal135.jpg │ ├── metal136.jpg │ ├── metal137.jpg │ ├── metal138.jpg │ ├── metal139.jpg │ ├── metal14.jpg │ ├── metal140.jpg │ ├── metal141.jpg │ ├── metal142.jpg │ ├── metal143.jpg │ ├── metal144.jpg │ ├── metal145.jpg │ ├── metal146.jpg │ ├── metal147.jpg │ ├── metal148.jpg │ ├── metal149.jpg │ ├── metal15.jpg │ ├── metal150.jpg │ ├── metal151.jpg │ ├── metal152.jpg │ ├── metal153.jpg │ ├── metal154.jpg │ ├── metal155.jpg │ ├── metal156.jpg │ ├── metal157.jpg │ ├── metal158.jpg │ ├── metal159.jpg │ ├── metal16.jpg │ ├── metal160.jpg │ ├── metal161.jpg │ ├── metal162.jpg │ ├── metal163.jpg │ ├── metal164.jpg │ ├── metal165.jpg │ ├── metal166.jpg │ ├── metal167.jpg │ ├── metal168.jpg │ ├── metal169.jpg │ ├── metal17.jpg │ ├── metal170.jpg │ ├── metal171.jpg │ ├── metal172.jpg │ ├── metal173.jpg │ ├── metal174.jpg │ ├── metal175.jpg │ ├── metal176.jpg │ ├── metal177.jpg │ ├── metal178.jpg │ ├── metal179.jpg │ ├── metal18.jpg │ ├── metal180.jpg │ ├── metal181.jpg │ ├── metal182.jpg │ ├── metal183.jpg │ ├── metal184.jpg │ ├── metal185.jpg │ ├── metal186.jpg │ ├── metal187.jpg │ ├── metal188.jpg │ ├── metal189.jpg │ ├── metal19.jpg │ ├── metal190.jpg │ ├── metal191.jpg │ ├── metal192.jpg │ ├── metal193.jpg │ ├── metal194.jpg │ ├── metal195.jpg │ ├── metal196.jpg │ ├── metal197.jpg │ ├── metal198.jpg │ ├── metal199.jpg │ ├── metal2.jpg │ ├── metal20.jpg │ ├── metal200.jpg │ ├── metal201.jpg │ ├── metal202.jpg │ ├── metal203.jpg │ ├── metal204.jpg │ ├── metal205.jpg │ ├── metal206.jpg │ ├── metal207.jpg │ ├── metal208.jpg │ ├── metal209.jpg │ ├── metal21.jpg │ ├── metal210.jpg │ ├── metal211.jpg │ ├── metal212.jpg │ ├── metal213.jpg │ ├── metal214.jpg │ ├── metal215.jpg │ ├── metal216.jpg │ ├── metal217.jpg │ ├── metal218.jpg │ ├── metal219.jpg │ ├── metal22.jpg │ ├── metal220.jpg │ ├── metal221.jpg │ ├── metal222.jpg │ ├── metal223.jpg │ ├── metal224.jpg │ ├── metal225.jpg │ ├── metal226.jpg │ ├── metal227.jpg │ ├── metal228.jpg │ ├── metal229.jpg │ ├── metal23.jpg │ ├── metal230.jpg │ ├── metal231.jpg │ ├── metal232.jpg │ ├── metal233.jpg │ ├── metal234.jpg │ ├── metal235.jpg │ ├── metal236.jpg │ ├── metal237.jpg │ ├── metal238.jpg │ ├── metal239.jpg │ ├── metal24.jpg │ ├── metal240.jpg │ ├── metal241.jpg │ ├── metal242.jpg │ ├── metal243.jpg │ ├── metal244.jpg │ ├── metal245.jpg │ ├── metal246.jpg │ ├── metal247.jpg │ ├── metal248.jpg │ ├── metal249.jpg │ ├── metal25.jpg │ ├── metal250.jpg │ ├── metal251.jpg │ ├── metal252.jpg │ ├── metal253.jpg │ ├── metal254.jpg │ ├── metal255.jpg │ ├── metal256.jpg │ ├── metal257.jpg │ ├── metal258.jpg │ ├── metal259.jpg │ ├── metal26.jpg │ ├── metal260.jpg │ ├── metal261.jpg │ ├── metal262.jpg │ ├── metal263.jpg │ ├── metal264.jpg │ ├── metal265.jpg │ ├── metal266.jpg │ ├── metal267.jpg │ ├── metal268.jpg │ ├── metal269.jpg │ ├── metal27.jpg │ ├── metal270.jpg │ ├── metal271.jpg │ ├── metal272.jpg │ ├── metal273.jpg │ ├── metal274.jpg │ ├── metal275.jpg │ ├── metal276.jpg │ ├── metal277.jpg │ ├── metal278.jpg │ ├── metal279.jpg │ ├── metal28.jpg │ ├── metal280.jpg │ ├── metal281.jpg │ ├── metal282.jpg │ ├── metal283.jpg │ ├── metal284.jpg │ ├── metal285.jpg │ ├── metal286.jpg │ ├── metal287.jpg │ ├── metal288.jpg │ ├── metal289.jpg │ ├── metal29.jpg │ ├── metal290.jpg │ ├── metal291.jpg │ ├── metal292.jpg │ ├── metal293.jpg │ ├── metal294.jpg │ ├── metal295.jpg │ ├── metal296.jpg │ ├── metal297.jpg │ ├── metal298.jpg │ ├── metal299.jpg │ ├── metal3.jpg │ ├── metal30.jpg │ ├── metal300.jpg │ ├── metal301.jpg │ ├── metal302.jpg │ ├── metal303.jpg │ ├── metal304.jpg │ ├── metal305.jpg │ ├── metal306.jpg │ ├── metal307.jpg │ ├── metal308.jpg │ ├── metal309.jpg │ ├── metal31.jpg │ ├── metal310.jpg │ ├── metal311.jpg │ ├── metal312.jpg │ ├── metal313.jpg │ ├── metal314.jpg │ ├── metal315.jpg │ ├── metal316.jpg │ ├── metal317.jpg │ ├── metal318.jpg │ ├── metal319.jpg │ ├── metal32.jpg │ ├── metal320.jpg │ ├── metal321.jpg │ ├── metal322.jpg │ ├── metal323.jpg │ ├── metal324.jpg │ ├── metal325.jpg │ ├── metal326.jpg │ ├── metal327.jpg │ ├── metal328.jpg │ ├── metal329.jpg │ ├── metal33.jpg │ ├── metal330.jpg │ ├── metal331.jpg │ ├── metal332.jpg │ ├── metal333.jpg │ ├── metal334.jpg │ ├── metal335.jpg │ ├── metal336.jpg │ ├── metal337.jpg │ ├── metal338.jpg │ ├── metal339.jpg │ ├── metal34.jpg │ ├── metal340.jpg │ ├── metal341.jpg │ ├── metal342.jpg │ ├── metal343.jpg │ ├── metal344.jpg │ ├── metal345.jpg │ ├── metal346.jpg │ ├── metal347.jpg │ ├── metal348.jpg │ ├── metal349.jpg │ ├── metal35.jpg │ ├── metal350.jpg │ ├── metal351.jpg │ ├── metal352.jpg │ ├── metal353.jpg │ ├── metal354.jpg │ ├── metal355.jpg │ ├── metal356.jpg │ ├── metal357.jpg │ ├── metal358.jpg │ ├── metal359.jpg │ ├── metal36.jpg │ ├── metal360.jpg │ ├── metal361.jpg │ ├── metal362.jpg │ ├── metal363.jpg │ ├── metal364.jpg │ ├── metal365.jpg │ ├── metal366.jpg │ ├── metal367.jpg │ ├── metal368.jpg │ ├── metal369.jpg │ ├── metal37.jpg │ ├── metal370.jpg │ ├── metal371.jpg │ ├── metal372.jpg │ ├── metal373.jpg │ ├── metal374.jpg │ ├── metal375.jpg │ ├── metal376.jpg │ ├── metal377.jpg │ ├── metal378.jpg │ ├── metal379.jpg │ ├── metal38.jpg │ ├── metal380.jpg │ ├── metal381.jpg │ ├── metal382.jpg │ ├── metal383.jpg │ ├── metal384.jpg │ ├── metal385.jpg │ ├── metal386.jpg │ ├── metal387.jpg │ ├── metal388.jpg │ ├── metal389.jpg │ ├── metal39.jpg │ ├── metal390.jpg │ ├── metal391.jpg │ ├── metal392.jpg │ ├── metal393.jpg │ ├── metal394.jpg │ ├── metal395.jpg │ ├── metal396.jpg │ ├── metal397.jpg │ ├── metal398.jpg │ ├── metal399.jpg │ ├── metal4.jpg │ ├── metal40.jpg │ ├── metal400.jpg │ ├── metal401.jpg │ ├── metal402.jpg │ ├── metal403.jpg │ ├── metal404.jpg │ ├── metal405.jpg │ ├── metal406.jpg │ ├── metal407.jpg │ ├── metal408.jpg │ ├── metal409.jpg │ ├── metal41.jpg │ ├── metal410.jpg │ ├── metal42.jpg │ ├── metal43.jpg │ ├── metal44.jpg │ ├── metal45.jpg │ ├── metal46.jpg │ ├── metal47.jpg │ ├── metal48.jpg │ ├── metal49.jpg │ ├── metal5.jpg │ ├── metal50.jpg │ ├── metal51.jpg │ ├── metal52.jpg │ ├── metal53.jpg │ ├── metal54.jpg │ ├── metal55.jpg │ ├── metal56.jpg │ ├── metal57.jpg │ ├── metal58.jpg │ ├── metal59.jpg │ ├── metal6.jpg │ ├── metal60.jpg │ ├── metal61.jpg │ ├── metal62.jpg │ ├── metal63.jpg │ ├── metal64.jpg │ ├── metal65.jpg │ ├── metal66.jpg │ ├── metal67.jpg │ ├── metal68.jpg │ ├── metal69.jpg │ ├── metal7.jpg │ ├── metal70.jpg │ ├── metal71.jpg │ ├── metal72.jpg │ ├── metal73.jpg │ ├── metal74.jpg │ ├── metal75.jpg │ ├── metal76.jpg │ ├── metal77.jpg │ ├── metal78.jpg │ ├── metal79.jpg │ ├── metal8.jpg │ ├── metal80.jpg │ ├── metal81.jpg │ ├── metal82.jpg │ ├── metal83.jpg │ ├── metal84.jpg │ ├── metal85.jpg │ ├── metal86.jpg │ ├── metal87.jpg │ ├── metal88.jpg │ ├── metal89.jpg │ ├── metal9.jpg │ ├── metal90.jpg │ ├── metal91.jpg │ ├── metal92.jpg │ ├── metal93.jpg │ ├── metal94.jpg │ ├── metal95.jpg │ ├── metal96.jpg │ ├── metal97.jpg │ ├── metal98.jpg │ └── metal99.jpg │ ├── paper │ ├── paper1.jpg │ ├── paper10.jpg │ ├── paper100.jpg │ ├── paper101.jpg │ ├── paper102.jpg │ ├── paper103.jpg │ ├── paper104.jpg │ ├── paper105.jpg │ ├── paper106.jpg │ ├── paper107.jpg │ ├── paper108.jpg │ ├── paper109.jpg │ ├── paper11.jpg │ ├── paper110.jpg │ ├── paper111.jpg │ ├── paper112.jpg │ ├── paper113.jpg │ ├── paper114.jpg │ ├── paper115.jpg │ ├── paper116.jpg │ ├── paper117.jpg │ ├── paper118.jpg │ ├── paper119.jpg │ ├── paper12.jpg │ ├── paper120.jpg │ ├── paper121.jpg │ ├── paper122.jpg │ ├── paper123.jpg │ ├── paper124.jpg │ ├── paper125.jpg │ ├── paper126.jpg │ ├── paper127.jpg │ ├── paper128.jpg │ ├── paper129.jpg │ ├── paper13.jpg │ ├── paper130.jpg │ ├── paper131.jpg │ ├── paper132.jpg │ ├── paper133.jpg │ ├── paper134.jpg │ ├── paper135.jpg │ ├── paper136.jpg │ ├── paper137.jpg │ ├── paper138.jpg │ ├── paper139.jpg │ ├── paper14.jpg │ ├── paper140.jpg │ ├── paper141.jpg │ ├── paper142.jpg │ ├── paper143.jpg │ ├── paper144.jpg │ ├── paper145.jpg │ ├── paper146.jpg │ ├── paper147.jpg │ ├── paper148.jpg │ ├── paper149.jpg │ ├── paper15.jpg │ ├── paper150.jpg │ ├── paper151.jpg │ ├── paper152.jpg │ ├── paper153.jpg │ ├── paper154.jpg │ ├── paper155.jpg │ ├── paper156.jpg │ ├── paper157.jpg │ ├── paper158.jpg │ ├── paper159.jpg │ ├── paper16.jpg │ ├── paper160.jpg │ ├── paper161.jpg │ ├── paper162.jpg │ ├── paper163.jpg │ ├── paper164.jpg │ ├── paper165.jpg │ ├── paper166.jpg │ ├── paper167.jpg │ ├── paper168.jpg │ ├── paper169.jpg │ ├── paper17.jpg │ ├── paper170.jpg │ ├── paper171.jpg │ ├── paper172.jpg │ ├── paper173.jpg │ ├── paper174.jpg │ ├── paper175.jpg │ ├── paper176.jpg │ ├── paper177.jpg │ ├── paper178.jpg │ ├── paper179.jpg │ ├── paper18.jpg │ ├── paper180.jpg │ ├── paper181.jpg │ ├── paper182.jpg │ ├── paper183.jpg │ ├── paper184.jpg │ ├── paper185.jpg │ ├── paper186.jpg │ ├── paper187.jpg │ ├── paper188.jpg │ ├── paper189.jpg │ ├── paper19.jpg │ ├── paper190.jpg │ ├── paper191.jpg │ ├── paper192.jpg │ ├── paper193.jpg │ ├── paper194.jpg │ ├── paper195.jpg │ ├── paper196.jpg │ ├── paper197.jpg │ ├── paper198.jpg │ ├── paper199.jpg │ ├── paper2.jpg │ ├── paper20.jpg │ ├── paper200.jpg │ ├── paper201.jpg │ ├── paper202.jpg │ ├── paper203.jpg │ ├── paper204.jpg │ ├── paper205.jpg │ ├── paper206.jpg │ ├── paper207.jpg │ ├── paper208.jpg │ ├── paper209.jpg │ ├── paper21.jpg │ ├── paper210.jpg │ ├── paper211.jpg │ ├── paper212.jpg │ ├── paper213.jpg │ ├── paper214.jpg │ ├── paper215.jpg │ ├── paper216.jpg │ ├── paper217.jpg │ ├── paper218.jpg │ ├── paper219.jpg │ ├── paper22.jpg │ ├── paper220.jpg │ ├── paper221.jpg │ ├── paper222.jpg │ ├── paper223.jpg │ ├── paper224.jpg │ ├── paper225.jpg │ ├── paper226.jpg │ ├── paper227.jpg │ ├── paper228.jpg │ ├── paper229.jpg │ ├── paper23.jpg │ ├── paper230.jpg │ ├── paper231.jpg │ ├── paper232.jpg │ ├── paper233.jpg │ ├── paper234.jpg │ ├── paper235.jpg │ ├── paper236.jpg │ ├── paper237.jpg │ ├── paper238.jpg │ ├── paper239.jpg │ ├── paper24.jpg │ ├── paper240.jpg │ ├── paper241.jpg │ ├── paper242.jpg │ ├── paper243.jpg │ ├── paper244.jpg │ ├── paper245.jpg │ ├── paper246.jpg │ ├── paper247.jpg │ ├── paper248.jpg │ ├── paper249.jpg │ ├── paper25.jpg │ ├── paper250.jpg │ ├── paper251.jpg │ ├── paper252.jpg │ ├── paper253.jpg │ ├── paper254.jpg │ ├── paper255.jpg │ ├── paper256.jpg │ ├── paper257.jpg │ ├── paper258.jpg │ ├── paper259.jpg │ ├── paper26.jpg │ ├── paper260.jpg │ ├── paper261.jpg │ ├── paper262.jpg │ ├── paper263.jpg │ ├── paper264.jpg │ ├── paper265.jpg │ ├── paper266.jpg │ ├── paper267.jpg │ ├── paper268.jpg │ ├── paper269.jpg │ ├── paper27.jpg │ ├── paper270.jpg │ ├── paper271.jpg │ ├── paper272.jpg │ ├── paper273.jpg │ ├── paper274.jpg │ ├── paper275.jpg │ ├── paper276.jpg │ ├── paper277.jpg │ ├── paper278.jpg │ ├── paper279.jpg │ ├── paper28.jpg │ ├── paper280.jpg │ ├── paper281.jpg │ ├── paper282.jpg │ ├── paper283.jpg │ ├── paper284.jpg │ ├── paper285.jpg │ ├── paper286.jpg │ ├── paper287.jpg │ ├── paper288.jpg │ ├── paper289.jpg │ ├── paper29.jpg │ ├── paper290.jpg │ ├── paper291.jpg │ ├── paper292.jpg │ ├── paper293.jpg │ ├── paper294.jpg │ ├── paper295.jpg │ ├── paper296.jpg │ ├── paper297.jpg │ ├── paper298.jpg │ ├── paper299.jpg │ ├── paper3.jpg │ ├── paper30.jpg │ ├── paper300.jpg │ ├── paper301.jpg │ ├── paper302.jpg │ ├── paper303.jpg │ ├── paper304.jpg │ ├── paper305.jpg │ ├── paper306.jpg │ ├── paper307.jpg │ ├── paper308.jpg │ ├── paper309.jpg │ ├── paper31.jpg │ ├── paper310.jpg │ ├── paper311.jpg │ ├── paper312.jpg │ ├── paper313.jpg │ ├── paper314.jpg │ ├── paper315.jpg │ ├── paper316.jpg │ ├── paper317.jpg │ ├── paper318.jpg │ ├── paper319.jpg │ ├── paper32.jpg │ ├── paper320.jpg │ ├── paper321.jpg │ ├── paper322.jpg │ ├── paper323.jpg │ ├── paper324.jpg │ ├── paper325.jpg │ ├── paper326.jpg │ ├── paper327.jpg │ ├── paper328.jpg │ ├── paper329.jpg │ ├── paper33.jpg │ ├── paper330.jpg │ ├── paper331.jpg │ ├── paper332.jpg │ ├── paper333.jpg │ ├── paper334.jpg │ ├── paper335.jpg │ ├── paper336.jpg │ ├── paper337.jpg │ ├── paper338.jpg │ ├── paper339.jpg │ ├── paper34.jpg │ ├── paper340.jpg │ ├── paper341.jpg │ ├── paper342.jpg │ ├── paper343.jpg │ ├── paper344.jpg │ ├── paper345.jpg │ ├── paper346.jpg │ ├── paper347.jpg │ ├── paper348.jpg │ ├── paper349.jpg │ ├── paper35.jpg │ ├── paper350.jpg │ ├── paper351.jpg │ ├── paper352.jpg │ ├── paper353.jpg │ ├── paper354.jpg │ ├── paper355.jpg │ ├── paper356.jpg │ ├── paper357.jpg │ ├── paper358.jpg │ ├── paper359.jpg │ ├── paper36.jpg │ ├── paper360.jpg │ ├── paper361.jpg │ ├── paper362.jpg │ ├── paper363.jpg │ ├── paper364.jpg │ ├── paper365.jpg │ ├── paper366.jpg │ ├── paper367.jpg │ ├── paper368.jpg │ ├── paper369.jpg │ ├── paper37.jpg │ ├── paper370.jpg │ ├── paper371.jpg │ ├── paper372.jpg │ ├── paper373.jpg │ ├── paper374.jpg │ ├── paper375.jpg │ ├── paper376.jpg │ ├── paper377.jpg │ ├── paper378.jpg │ ├── paper379.jpg │ ├── paper38.jpg │ ├── paper380.jpg │ ├── paper381.jpg │ ├── paper382.jpg │ ├── paper383.jpg │ ├── paper384.jpg │ ├── paper385.jpg │ ├── paper386.jpg │ ├── paper387.jpg │ ├── paper388.jpg │ ├── paper389.jpg │ ├── paper39.jpg │ ├── paper390.jpg │ ├── paper391.jpg │ ├── paper392.jpg │ ├── paper393.jpg │ ├── paper394.jpg │ ├── paper395.jpg │ ├── paper396.jpg │ ├── paper397.jpg │ ├── paper398.jpg │ ├── paper399.jpg │ ├── paper4.jpg │ ├── paper40.jpg │ ├── paper400.jpg │ ├── paper401.jpg │ ├── paper402.jpg │ ├── paper403.jpg │ ├── paper404.jpg │ ├── paper405.jpg │ ├── paper406.jpg │ ├── paper407.jpg │ ├── paper408.jpg │ ├── paper409.jpg │ ├── paper41.jpg │ ├── paper410.jpg │ ├── paper411.jpg │ ├── paper412.jpg │ ├── paper413.jpg │ ├── paper414.jpg │ ├── paper415.jpg │ ├── paper416.jpg │ ├── paper417.jpg │ ├── paper418.jpg │ ├── paper419.jpg │ ├── paper42.jpg │ ├── paper420.jpg │ ├── paper421.jpg │ ├── paper422.jpg │ ├── paper423.jpg │ ├── paper424.jpg │ ├── paper425.jpg │ ├── paper426.jpg │ ├── paper427.jpg │ ├── paper428.jpg │ ├── paper429.jpg │ ├── paper43.jpg │ ├── paper430.jpg │ ├── paper431.jpg │ ├── paper432.jpg │ ├── paper433.jpg │ ├── paper434.jpg │ ├── paper435.jpg │ ├── paper436.jpg │ ├── paper437.jpg │ ├── paper438.jpg │ ├── paper439.jpg │ ├── paper44.jpg │ ├── paper440.jpg │ ├── paper441.jpg │ ├── paper442.jpg │ ├── paper443.jpg │ ├── paper444.jpg │ ├── paper445.jpg │ ├── paper446.jpg │ ├── paper447.jpg │ ├── paper448.jpg │ ├── paper449.jpg │ ├── paper45.jpg │ ├── paper450.jpg │ ├── paper451.jpg │ ├── paper452.jpg │ ├── paper453.jpg │ ├── paper454.jpg │ ├── paper455.jpg │ ├── paper456.jpg │ ├── paper457.jpg │ ├── paper458.jpg │ ├── paper459.jpg │ ├── paper46.jpg │ ├── paper460.jpg │ ├── paper461.jpg │ ├── paper462.jpg │ ├── paper463.jpg │ ├── paper464.jpg │ ├── paper465.jpg │ ├── paper466.jpg │ ├── paper467.jpg │ ├── paper468.jpg │ ├── paper469.jpg │ ├── paper47.jpg │ ├── paper470.jpg │ ├── paper471.jpg │ ├── paper472.jpg │ ├── paper473.jpg │ ├── paper474.jpg │ ├── paper475.jpg │ ├── paper476.jpg │ ├── paper477.jpg │ ├── paper478.jpg │ ├── paper479.jpg │ ├── paper48.jpg │ ├── paper480.jpg │ ├── paper481.jpg │ ├── paper482.jpg │ ├── paper483.jpg │ ├── paper484.jpg │ ├── paper485.jpg │ ├── paper486.jpg │ ├── paper487.jpg │ ├── paper488.jpg │ ├── paper489.jpg │ ├── paper49.jpg │ ├── paper490.jpg │ ├── paper491.jpg │ ├── paper492.jpg │ ├── paper493.jpg │ ├── paper494.jpg │ ├── paper495.jpg │ ├── paper496.jpg │ ├── paper497.jpg │ ├── paper498.jpg │ ├── paper499.jpg │ ├── paper5.jpg │ ├── paper50.jpg │ ├── paper500.jpg │ ├── paper501.jpg │ ├── paper502.jpg │ ├── paper503.jpg │ ├── paper504.jpg │ ├── paper505.jpg │ ├── paper506.jpg │ ├── paper507.jpg │ ├── paper508.jpg │ ├── paper509.jpg │ ├── paper51.jpg │ ├── paper510.jpg │ ├── paper511.jpg │ ├── paper512.jpg │ ├── paper513.jpg │ ├── paper514.jpg │ ├── paper515.jpg │ ├── paper516.jpg │ ├── paper517.jpg │ ├── paper518.jpg │ ├── paper519.jpg │ ├── paper52.jpg │ ├── paper520.jpg │ ├── paper521.jpg │ ├── paper522.jpg │ ├── paper523.jpg │ ├── paper524.jpg │ ├── paper525.jpg │ ├── paper526.jpg │ ├── paper527.jpg │ ├── paper528.jpg │ ├── paper529.jpg │ ├── paper53.jpg │ ├── paper530.jpg │ ├── paper531.jpg │ ├── paper532.jpg │ ├── paper533.jpg │ ├── paper534.jpg │ ├── paper535.jpg │ ├── paper536.jpg │ ├── paper537.jpg │ ├── paper538.jpg │ ├── paper539.jpg │ ├── paper54.jpg │ ├── paper540.jpg │ ├── paper541.jpg │ ├── paper542.jpg │ ├── paper543.jpg │ ├── paper544.jpg │ ├── paper545.jpg │ ├── paper546.jpg │ ├── paper547.jpg │ ├── paper548.jpg │ ├── paper549.jpg │ ├── paper55.jpg │ ├── paper550.jpg │ ├── paper551.jpg │ ├── paper552.jpg │ ├── paper553.jpg │ ├── paper554.jpg │ ├── paper555.jpg │ ├── paper556.jpg │ ├── paper557.jpg │ ├── paper558.jpg │ ├── paper559.jpg │ ├── paper56.jpg │ ├── paper560.jpg │ ├── paper561.jpg │ ├── paper562.jpg │ ├── paper563.jpg │ ├── paper564.jpg │ ├── paper565.jpg │ ├── paper566.jpg │ ├── paper567.jpg │ ├── paper568.jpg │ ├── paper569.jpg │ ├── paper57.jpg │ ├── paper570.jpg │ ├── paper571.jpg │ ├── paper572.jpg │ ├── paper573.jpg │ ├── paper574.jpg │ ├── paper575.jpg │ ├── paper576.jpg │ ├── paper577.jpg │ ├── paper578.jpg │ ├── paper579.jpg │ ├── paper58.jpg │ ├── paper580.jpg │ ├── paper581.jpg │ ├── paper582.jpg │ ├── paper583.jpg │ ├── paper584.jpg │ ├── paper585.jpg │ ├── paper586.jpg │ ├── paper587.jpg │ ├── paper588.jpg │ ├── paper589.jpg │ ├── paper59.jpg │ ├── paper590.jpg │ ├── paper591.jpg │ ├── paper592.jpg │ ├── paper593.jpg │ ├── paper594.jpg │ ├── paper6.jpg │ ├── paper60.jpg │ ├── paper61.jpg │ ├── paper62.jpg │ ├── paper63.jpg │ ├── paper64.jpg │ ├── paper65.jpg │ ├── paper66.jpg │ ├── paper67.jpg │ ├── paper68.jpg │ ├── paper69.jpg │ ├── paper7.jpg │ ├── paper70.jpg │ ├── paper71.jpg │ ├── paper72.jpg │ ├── paper73.jpg │ ├── paper74.jpg │ ├── paper75.jpg │ ├── paper76.jpg │ ├── paper77.jpg │ ├── paper78.jpg │ ├── paper79.jpg │ ├── paper8.jpg │ ├── paper80.jpg │ ├── paper81.jpg │ ├── paper82.jpg │ ├── paper83.jpg │ ├── paper84.jpg │ ├── paper85.jpg │ ├── paper86.jpg │ ├── paper87.jpg │ ├── paper88.jpg │ ├── paper89.jpg │ ├── paper9.jpg │ ├── paper90.jpg │ ├── paper91.jpg │ ├── paper92.jpg │ ├── paper93.jpg │ ├── paper94.jpg │ ├── paper95.jpg │ ├── paper96.jpg │ ├── paper97.jpg │ ├── paper98.jpg │ └── paper99.jpg │ └── plastic │ ├── plastic1.jpg │ ├── plastic10.jpg │ ├── plastic100.jpg │ ├── plastic101.jpg │ ├── plastic102.jpg │ ├── plastic103.jpg │ ├── plastic104.jpg │ ├── plastic105.jpg │ ├── plastic106.jpg │ ├── plastic107.jpg │ ├── plastic108.jpg │ ├── plastic109.jpg │ ├── plastic11.jpg │ ├── plastic110.jpg │ ├── plastic111.jpg │ ├── plastic112.jpg │ ├── plastic113.jpg │ ├── plastic114.jpg │ ├── plastic115.jpg │ ├── plastic116.jpg │ ├── plastic117.jpg │ ├── plastic118.jpg │ ├── plastic119.jpg │ ├── plastic12.jpg │ ├── plastic120.jpg │ ├── plastic121.jpg │ ├── plastic122.jpg │ ├── plastic123.jpg │ ├── plastic124.jpg │ ├── plastic125.jpg │ ├── plastic126.jpg │ ├── plastic127.jpg │ ├── plastic128.jpg │ ├── plastic129.jpg │ ├── plastic13.jpg │ ├── plastic130.jpg │ ├── plastic131.jpg │ ├── plastic132.jpg │ ├── plastic133.jpg │ ├── plastic134.jpg │ ├── plastic135.jpg │ ├── plastic136.jpg │ ├── plastic137.jpg │ ├── plastic138.jpg │ ├── plastic139.jpg │ ├── plastic14.jpg │ ├── plastic140.jpg │ ├── plastic141.jpg │ ├── plastic142.jpg │ ├── plastic143.jpg │ ├── plastic144.jpg │ ├── plastic145.jpg │ ├── plastic146.jpg │ ├── plastic147.jpg │ ├── plastic148.jpg │ ├── plastic149.jpg │ ├── plastic15.jpg │ ├── plastic150.jpg │ ├── plastic151.jpg │ ├── plastic152.jpg │ ├── plastic153.jpg │ ├── plastic154.jpg │ ├── plastic155.jpg │ ├── plastic156.jpg │ ├── plastic157.jpg │ ├── plastic158.jpg │ ├── plastic159.jpg │ ├── plastic16.jpg │ ├── plastic160.jpg │ ├── plastic161.jpg │ ├── plastic162.jpg │ ├── plastic163.jpg │ ├── plastic164.jpg │ ├── plastic165.jpg │ ├── plastic166.jpg │ ├── plastic167.jpg │ ├── plastic168.jpg │ ├── plastic169.jpg │ ├── plastic17.jpg │ ├── plastic170.jpg │ ├── plastic171.jpg │ ├── plastic172.jpg │ ├── plastic173.jpg │ ├── plastic174.jpg │ ├── plastic175.jpg │ ├── plastic176.jpg │ ├── plastic177.jpg │ ├── plastic178.jpg │ ├── plastic179.jpg │ ├── plastic18.jpg │ ├── plastic180.jpg │ ├── plastic181.jpg │ ├── plastic182.jpg │ ├── plastic183.jpg │ ├── plastic184.jpg │ ├── plastic185.jpg │ ├── plastic186.jpg │ ├── plastic187.jpg │ ├── plastic188.jpg │ ├── plastic189.jpg │ ├── plastic19.jpg │ ├── plastic190.jpg │ ├── plastic191.jpg │ ├── plastic192.jpg │ ├── plastic193.jpg │ ├── plastic194.jpg │ ├── plastic195.jpg │ ├── plastic196.jpg │ ├── plastic197.jpg │ ├── plastic198.jpg │ ├── plastic199.jpg │ ├── plastic2.jpg │ ├── plastic20.jpg │ ├── plastic200.jpg │ ├── plastic201.jpg │ ├── plastic202.jpg │ ├── plastic203.jpg │ ├── plastic204.jpg │ ├── plastic205.jpg │ ├── plastic206.jpg │ ├── plastic207.jpg │ ├── plastic208.jpg │ ├── plastic209.jpg │ ├── plastic21.jpg │ ├── plastic210.jpg │ ├── plastic211.jpg │ ├── plastic212.jpg │ ├── plastic213.jpg │ ├── plastic214.jpg │ ├── plastic215.jpg │ ├── plastic216.jpg │ ├── plastic217.jpg │ ├── plastic218.jpg │ ├── plastic219.jpg │ ├── plastic22.jpg │ ├── plastic220.jpg │ ├── plastic221.jpg │ ├── plastic222.jpg │ ├── plastic223.jpg │ ├── plastic224.jpg │ ├── plastic225.jpg │ ├── plastic226.jpg │ ├── plastic227.jpg │ ├── plastic228.jpg │ ├── plastic229.jpg │ ├── plastic23.jpg │ ├── plastic230.jpg │ ├── plastic231.jpg │ ├── plastic232.jpg │ ├── plastic233.jpg │ ├── plastic234.jpg │ ├── plastic235.jpg │ ├── plastic236.jpg │ ├── plastic237.jpg │ ├── plastic238.jpg │ ├── plastic239.jpg │ ├── plastic24.jpg │ ├── plastic240.jpg │ ├── plastic241.jpg │ ├── plastic242.jpg │ ├── plastic243.jpg │ ├── plastic244.jpg │ ├── plastic245.jpg │ ├── plastic246.jpg │ ├── plastic247.jpg │ ├── plastic248.jpg │ ├── plastic249.jpg │ ├── plastic25.jpg │ ├── plastic250.jpg │ ├── plastic251.jpg │ ├── plastic252.jpg │ ├── plastic253.jpg │ ├── plastic254.jpg │ ├── plastic255.jpg │ ├── plastic256.jpg │ ├── plastic257.jpg │ ├── plastic258.jpg │ ├── plastic259.jpg │ ├── plastic26.jpg │ ├── plastic260.jpg │ ├── plastic261.jpg │ ├── plastic262.jpg │ ├── plastic263.jpg │ ├── plastic264.jpg │ ├── plastic265.jpg │ ├── plastic266.jpg │ ├── plastic267.jpg │ ├── plastic268.jpg │ ├── plastic269.jpg │ ├── plastic27.jpg │ ├── plastic270.jpg │ ├── plastic271.jpg │ ├── plastic272.jpg │ ├── plastic273.jpg │ ├── plastic274.jpg │ ├── plastic275.jpg │ ├── plastic276.jpg │ ├── plastic277.jpg │ ├── plastic278.jpg │ ├── plastic279.jpg │ ├── plastic28.jpg │ ├── plastic280.jpg │ ├── plastic281.jpg │ ├── plastic282.jpg │ ├── plastic283.jpg │ ├── plastic284.jpg │ ├── plastic285.jpg │ ├── plastic286.jpg │ ├── plastic287.jpg │ ├── plastic288.jpg │ ├── plastic289.jpg │ ├── plastic29.jpg │ ├── plastic290.jpg │ ├── plastic291.jpg │ ├── plastic292.jpg │ ├── plastic293.jpg │ ├── plastic294.jpg │ ├── plastic295.jpg │ ├── plastic296.jpg │ ├── plastic297.jpg │ ├── plastic298.jpg │ ├── plastic299.jpg │ ├── plastic3.jpg │ ├── plastic30.jpg │ ├── plastic300.jpg │ ├── plastic301.jpg │ ├── plastic302.jpg │ ├── plastic303.jpg │ ├── plastic304.jpg │ ├── plastic305.jpg │ ├── plastic306.jpg │ ├── plastic307.jpg │ ├── plastic308.jpg │ ├── plastic309.jpg │ ├── plastic31.jpg │ ├── plastic310.jpg │ ├── plastic311.jpg │ ├── plastic312.jpg │ ├── plastic313.jpg │ ├── plastic314.jpg │ ├── plastic315.jpg │ ├── plastic316.jpg │ ├── plastic317.jpg │ ├── plastic318.jpg │ ├── plastic319.jpg │ ├── plastic32.jpg │ ├── plastic320.jpg │ ├── plastic321.jpg │ ├── plastic322.jpg │ ├── plastic323.jpg │ ├── plastic324.jpg │ ├── plastic325.jpg │ ├── plastic326.jpg │ ├── plastic327.jpg │ ├── plastic328.jpg │ ├── plastic329.jpg │ ├── plastic33.jpg │ ├── plastic330.jpg │ ├── plastic331.jpg │ ├── plastic332.jpg │ ├── plastic333.jpg │ ├── plastic334.jpg │ ├── plastic335.jpg │ ├── plastic336.jpg │ ├── plastic337.jpg │ ├── plastic338.jpg │ ├── plastic339.jpg │ ├── plastic34.jpg │ ├── plastic340.jpg │ ├── plastic341.jpg │ ├── plastic342.jpg │ ├── plastic343.jpg │ ├── plastic344.jpg │ ├── plastic345.jpg │ ├── plastic346.jpg │ ├── plastic347.jpg │ ├── plastic348.jpg │ ├── plastic349.jpg │ ├── plastic35.jpg │ ├── plastic350.jpg │ ├── plastic351.jpg │ ├── plastic352.jpg │ ├── plastic353.jpg │ ├── plastic354.jpg │ ├── plastic355.jpg │ ├── plastic356.jpg │ ├── plastic357.jpg │ ├── plastic358.jpg │ ├── plastic359.jpg │ ├── plastic36.jpg │ ├── plastic360.jpg │ ├── plastic361.jpg │ ├── plastic362.jpg │ ├── plastic363.jpg │ ├── plastic364.jpg │ ├── plastic365.jpg │ ├── plastic366.jpg │ ├── plastic367.jpg │ ├── plastic368.jpg │ ├── plastic369.jpg │ ├── plastic37.jpg │ ├── plastic370.jpg │ ├── plastic371.jpg │ ├── plastic372.jpg │ ├── plastic373.jpg │ ├── plastic374.jpg │ ├── plastic375.jpg │ ├── plastic376.jpg │ ├── plastic377.jpg │ ├── plastic378.jpg │ ├── plastic379.jpg │ ├── plastic38.jpg │ ├── plastic380.jpg │ ├── plastic381.jpg │ ├── plastic382.jpg │ ├── plastic383.jpg │ ├── plastic384.jpg │ ├── plastic385.jpg │ ├── plastic386.jpg │ ├── plastic387.jpg │ ├── plastic388.jpg │ ├── plastic389.jpg │ ├── plastic39.jpg │ ├── plastic390.jpg │ ├── plastic391.jpg │ ├── plastic392.jpg │ ├── plastic393.jpg │ ├── plastic394.jpg │ ├── plastic395.jpg │ ├── plastic396.jpg │ ├── plastic397.jpg │ ├── plastic398.jpg │ ├── plastic399.jpg │ ├── plastic4.jpg │ ├── plastic40.jpg │ ├── plastic400.jpg │ ├── plastic401.jpg │ ├── plastic402.jpg │ ├── plastic403.jpg │ ├── plastic404.jpg │ ├── plastic405.jpg │ ├── plastic406.jpg │ ├── plastic407.jpg │ ├── plastic408.jpg │ ├── plastic409.jpg │ ├── plastic41.jpg │ ├── plastic410.jpg │ ├── plastic411.jpg │ ├── plastic412.jpg │ ├── plastic413.jpg │ ├── plastic414.jpg │ ├── plastic415.jpg │ ├── plastic416.jpg │ ├── plastic417.jpg │ ├── plastic418.jpg │ ├── plastic419.jpg │ ├── plastic42.jpg │ ├── plastic420.jpg │ ├── plastic421.jpg │ ├── plastic422.jpg │ ├── plastic423.jpg │ ├── plastic424.jpg │ ├── plastic425.jpg │ ├── plastic426.jpg │ ├── plastic427.jpg │ ├── plastic428.jpg │ ├── plastic429.jpg │ ├── plastic43.jpg │ ├── plastic430.jpg │ ├── plastic431.jpg │ ├── plastic432.jpg │ ├── plastic433.jpg │ ├── plastic434.jpg │ ├── plastic435.jpg │ ├── plastic436.jpg │ ├── plastic437.jpg │ ├── plastic438.jpg │ ├── plastic439.jpg │ ├── plastic44.jpg │ ├── plastic440.jpg │ ├── plastic441.jpg │ ├── plastic442.jpg │ ├── plastic443.jpg │ ├── plastic444.jpg │ ├── plastic445.jpg │ ├── plastic446.jpg │ ├── plastic447.jpg │ ├── plastic448.jpg │ ├── plastic449.jpg │ ├── plastic45.jpg │ ├── plastic450.jpg │ ├── plastic451.jpg │ ├── plastic452.jpg │ ├── plastic453.jpg │ ├── plastic454.jpg │ ├── plastic455.jpg │ ├── plastic456.jpg │ ├── plastic457.jpg │ ├── plastic458.jpg │ ├── plastic459.jpg │ ├── plastic46.jpg │ ├── plastic460.jpg │ ├── plastic461.jpg │ ├── plastic462.jpg │ ├── plastic463.jpg │ ├── plastic464.jpg │ ├── plastic465.jpg │ ├── plastic466.jpg │ ├── plastic467.jpg │ ├── plastic468.jpg │ ├── plastic469.jpg │ ├── plastic47.jpg │ ├── plastic470.jpg │ ├── plastic471.jpg │ ├── plastic472.jpg │ ├── plastic473.jpg │ ├── plastic474.jpg │ ├── plastic475.jpg │ ├── plastic476.jpg │ ├── plastic477.jpg │ ├── plastic478.jpg │ ├── plastic479.jpg │ ├── plastic48.jpg │ ├── plastic480.jpg │ ├── plastic481.jpg │ ├── plastic482.jpg │ ├── plastic49.jpg │ ├── plastic5.jpg │ ├── plastic50.jpg │ ├── plastic51.jpg │ ├── plastic52.jpg │ ├── plastic53.jpg │ ├── plastic54.jpg │ ├── plastic55.jpg │ ├── plastic56.jpg │ ├── plastic57.jpg │ ├── plastic58.jpg │ ├── plastic59.jpg │ ├── plastic6.jpg │ ├── plastic60.jpg │ ├── plastic61.jpg │ ├── plastic62.jpg │ ├── plastic63.jpg │ ├── plastic64.jpg │ ├── plastic65.jpg │ ├── plastic66.jpg │ ├── plastic67.jpg │ ├── plastic68.jpg │ ├── plastic69.jpg │ ├── plastic7.jpg │ ├── plastic70.jpg │ ├── plastic71.jpg │ ├── plastic72.jpg │ ├── plastic73.jpg │ ├── plastic74.jpg │ ├── plastic75.jpg │ ├── plastic76.jpg │ ├── plastic77.jpg │ ├── plastic78.jpg │ ├── plastic79.jpg │ ├── plastic8.jpg │ ├── plastic80.jpg │ ├── plastic81.jpg │ ├── plastic82.jpg │ ├── plastic83.jpg │ ├── plastic84.jpg │ ├── plastic85.jpg │ ├── plastic86.jpg │ ├── plastic87.jpg │ ├── plastic88.jpg │ ├── plastic89.jpg │ ├── plastic9.jpg │ ├── plastic90.jpg │ ├── plastic91.jpg │ ├── plastic92.jpg │ ├── plastic93.jpg │ ├── plastic94.jpg │ ├── plastic95.jpg │ ├── plastic96.jpg │ ├── plastic97.jpg │ ├── plastic98.jpg │ └── plastic99.jpg ├── evaluate_features.py ├── figures └── .gitignore ├── img ├── container1.png ├── container2.png ├── t-SNE_SimCLR.png └── t-SNE_VGG16.png ├── models └── trashnet │ ├── NL_classifier │ └── .gitignore │ ├── SimCLR │ └── .gitignore │ └── base_model │ └── .gitignore ├── requirements.txt └── swish.py /data/df.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/df.pickle -------------------------------------------------------------------------------- /data/raw/glass/glass1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass1.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass10.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass100.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass101.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass102.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass102.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass103.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass103.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass104.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass104.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass105.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass105.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass106.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass106.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass107.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass107.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass108.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass108.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass109.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass109.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass11.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass110.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass111.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass112.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass113.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass114.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass114.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass115.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass116.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass116.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass117.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass118.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass118.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass119.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass119.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass12.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass120.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass121.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass122.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass122.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass123.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass124.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass125.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass126.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass126.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass127.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass127.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass128.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass129.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass129.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass13.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass130.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass131.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass131.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass132.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass132.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass133.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass133.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass134.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass134.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass135.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass136.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass136.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass137.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass137.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass138.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass138.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass139.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass139.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass14.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass140.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass141.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass141.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass142.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass143.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass143.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass144.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass144.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass145.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass145.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass146.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass146.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass147.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass147.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass148.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass148.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass149.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass15.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass150.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass151.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass151.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass152.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass152.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass153.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass154.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass154.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass155.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass156.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass157.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass157.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass158.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass158.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass159.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass159.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass16.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass160.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass161.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass161.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass162.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass162.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass163.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass163.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass164.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass164.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass165.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass165.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass166.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass166.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass167.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass167.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass168.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass168.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass169.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass169.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass17.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass170.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass170.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass171.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass171.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass172.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass172.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass173.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass173.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass174.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass174.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass175.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass175.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass176.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass176.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass177.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass177.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass178.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass178.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass179.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass179.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass18.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass180.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass180.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass181.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass181.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass182.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass182.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass183.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass183.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass184.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass184.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass185.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass185.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass186.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass186.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass187.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass187.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass188.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass188.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass189.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass189.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass19.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass190.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass190.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass191.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass191.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass192.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass192.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass193.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass193.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass194.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass194.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass195.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass195.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass196.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass196.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass197.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass197.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass198.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass198.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass199.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass199.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass2.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass20.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass200.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass201.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass201.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass202.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass202.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass203.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass203.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass204.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass204.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass205.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass205.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass206.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass206.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass207.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass208.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass208.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass209.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass209.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass21.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass210.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass211.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass211.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass212.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass212.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass213.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass213.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass214.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass214.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass215.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass215.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass216.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass216.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass217.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass217.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass218.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass218.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass219.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass219.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass22.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass220.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass220.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass221.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass221.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass222.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass222.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass223.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass223.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass224.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass224.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass225.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass225.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass226.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass226.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass227.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass227.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass228.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass228.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass229.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass229.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass23.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass230.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass230.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass231.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass231.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass232.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass232.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass233.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass233.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass234.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass234.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass235.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass235.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass236.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass236.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass237.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass237.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass238.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass238.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass239.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass239.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass24.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass240.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass241.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass242.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass242.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass243.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass243.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass244.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass244.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass245.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass245.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass246.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass246.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass247.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass247.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass248.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass248.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass249.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass249.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass25.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass250.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass251.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass251.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass252.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass252.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass253.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass253.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass254.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass254.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass255.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass255.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass256.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass257.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass257.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass258.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass258.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass259.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass259.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass26.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass260.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass261.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass261.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass262.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass262.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass263.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass263.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass264.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass264.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass265.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass265.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass266.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass266.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass267.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass267.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass268.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass268.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass269.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass269.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass27.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass270.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass270.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass271.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass272.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass272.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass273.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass274.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass274.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass275.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass275.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass276.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass276.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass277.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass277.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass278.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass278.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass279.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass279.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass28.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass280.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass281.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass281.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass282.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass282.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass283.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass283.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass284.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass284.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass285.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass285.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass286.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass286.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass287.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass287.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass288.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass288.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass289.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass289.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass29.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass290.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass290.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass291.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass292.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass292.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass293.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass293.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass294.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass294.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass295.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass295.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass296.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass296.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass297.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass297.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass298.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass298.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass299.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass299.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass3.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass30.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass300.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass301.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass301.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass302.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass303.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass303.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass304.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass304.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass305.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass305.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass306.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass306.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass307.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass307.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass308.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass308.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass309.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass309.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass31.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass310.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass310.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass311.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass311.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass312.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass312.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass313.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass313.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass314.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass314.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass315.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass315.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass316.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass316.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass317.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass317.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass318.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass318.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass319.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass319.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass32.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass320.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass321.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass321.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass322.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass323.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass323.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass324.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass324.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass325.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass325.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass326.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass326.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass327.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass327.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass328.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass328.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass329.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass329.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass33.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass330.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass331.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass331.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass332.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass332.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass333.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass333.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass334.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass334.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass335.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass335.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass336.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass336.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass337.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass337.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass338.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass338.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass339.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass339.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass34.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass340.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass340.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass341.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass341.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass342.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass342.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass343.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass343.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass344.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass344.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass345.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass346.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass346.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass347.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass347.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass348.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass348.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass349.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass349.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass35.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass350.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass350.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass351.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass351.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass352.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass352.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass353.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass353.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass354.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass354.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass355.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass355.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass356.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass356.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass357.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass357.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass358.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass358.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass359.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass359.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass36.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass360.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass360.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass361.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass361.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass362.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass362.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass363.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass363.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass364.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass364.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass365.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass365.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass366.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass366.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass367.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass367.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass368.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass368.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass369.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass369.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass37.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass370.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass370.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass371.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass371.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass372.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass372.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass373.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass373.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass374.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass374.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass375.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass375.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass376.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass376.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass377.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass377.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass378.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass378.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass379.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass379.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass38.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass380.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass380.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass381.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass381.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass382.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass382.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass383.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass383.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass384.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass384.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass385.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass385.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass386.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass386.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass387.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass387.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass388.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass388.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass389.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass389.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass39.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass390.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass390.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass391.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass391.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass392.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass392.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass393.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass393.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass394.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass394.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass395.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass395.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass396.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass396.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass397.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass397.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass398.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass398.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass399.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass399.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass4.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass40.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass400.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass401.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass401.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass402.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass402.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass403.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass404.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass405.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass405.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass406.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass406.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass407.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass407.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass408.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass408.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass409.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass409.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass41.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass410.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass411.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass411.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass412.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass412.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass413.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass413.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass414.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass414.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass415.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass415.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass416.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass416.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass417.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass417.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass418.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass418.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass419.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass419.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass42.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass420.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass420.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass421.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass421.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass422.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass422.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass423.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass423.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass424.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass424.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass425.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass425.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass426.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass426.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass427.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass427.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass428.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass428.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass429.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass429.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass43.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass430.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass430.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass431.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass431.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass432.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass432.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass433.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass433.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass434.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass434.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass435.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass435.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass436.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass436.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass437.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass437.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass438.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass438.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass439.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass439.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass44.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass440.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass440.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass441.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass441.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass442.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass442.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass443.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass443.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass444.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass444.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass445.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass445.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass446.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass446.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass447.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass447.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass448.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass448.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass449.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass449.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass45.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass450.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass450.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass451.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass451.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass452.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass452.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass453.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass453.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass454.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass454.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass455.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass455.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass456.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass456.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass457.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass457.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass458.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass458.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass459.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass459.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass46.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass460.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass460.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass461.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass461.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass462.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass462.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass463.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass463.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass464.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass464.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass465.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass465.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass466.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass466.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass467.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass467.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass468.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass468.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass469.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass469.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass47.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass470.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass471.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass471.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass472.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass472.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass473.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass473.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass474.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass474.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass475.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass475.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass476.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass476.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass477.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass477.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass478.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass478.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass479.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass479.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass48.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass480.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass480.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass481.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass481.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass482.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass482.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass483.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass483.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass484.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass484.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass485.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass485.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass486.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass486.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass487.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass487.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass488.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass488.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass489.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass489.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass49.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass490.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass490.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass491.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass491.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass492.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass492.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass493.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass493.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass494.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass494.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass495.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass495.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass496.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass496.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass497.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass497.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass498.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass498.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass499.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass499.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass5.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass50.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass500.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass501.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass501.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass51.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass52.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass53.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass54.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass55.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass56.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass57.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass58.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass59.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass6.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass60.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass61.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass62.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass63.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass64.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass65.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass66.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass67.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass68.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass69.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass7.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass70.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass71.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass72.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass73.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass74.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass75.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass76.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass77.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass78.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass79.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass8.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass80.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass81.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass81.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass82.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass83.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass84.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass85.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass86.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass87.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass88.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass89.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass9.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass90.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass91.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass92.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass93.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass94.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass95.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass96.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass97.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass98.jpg -------------------------------------------------------------------------------- /data/raw/glass/glass99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/glass/glass99.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal1.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal10.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal100.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal101.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal102.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal102.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal103.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal103.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal104.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal104.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal105.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal105.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal106.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal106.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal107.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal107.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal108.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal108.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal109.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal109.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal11.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal110.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal111.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal112.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal113.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal114.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal114.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal115.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal116.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal116.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal117.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal118.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal118.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal119.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal119.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal12.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal120.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal121.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal122.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal122.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal123.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal124.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal125.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal126.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal126.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal127.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal127.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal128.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal129.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal129.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal13.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal130.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal131.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal131.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal132.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal132.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal133.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal133.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal134.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal134.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal135.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal136.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal136.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal137.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal137.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal138.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal138.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal139.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal139.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal14.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal140.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal141.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal141.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal142.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal15.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal16.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal17.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal18.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal19.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal2.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal20.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal21.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal22.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal23.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal24.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal25.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal26.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal27.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal28.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal29.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal3.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal30.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal31.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal32.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal33.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal34.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal35.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal36.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal37.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal38.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal39.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal4.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal40.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal41.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal42.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal43.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal44.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal45.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal46.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal47.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal48.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal49.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal5.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal50.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal51.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal52.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal53.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal54.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal55.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal56.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal57.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal58.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal59.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal6.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal60.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal61.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal62.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal63.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal64.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal65.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal66.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal67.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal68.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal69.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal7.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal70.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal71.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal72.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal73.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal74.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal75.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal76.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal77.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal78.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal79.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal8.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal80.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal81.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal81.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal82.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal83.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal84.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal85.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal86.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal87.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal88.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal89.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal9.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal90.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal91.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal92.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal93.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal94.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal95.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal96.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal97.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal98.jpg -------------------------------------------------------------------------------- /data/raw/metal/metal99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/metal/metal99.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper1.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper10.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper11.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper12.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper13.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper14.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper15.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper16.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper17.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper18.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper19.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper2.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper20.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper21.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper22.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper23.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper24.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper25.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper26.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper27.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper28.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper29.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper3.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper30.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper31.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper32.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper33.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper34.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper35.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper36.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper37.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper38.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper39.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper4.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper40.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper41.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper42.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper43.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper44.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper45.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper46.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper47.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper48.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper49.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper5.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper50.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper51.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper52.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper53.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper54.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper55.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper56.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper57.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper58.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper59.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper6.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper60.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper61.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper62.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper63.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper64.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper65.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper66.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper67.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper68.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper69.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper7.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper70.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper71.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper72.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper73.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper74.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper75.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper76.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper77.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper78.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper79.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper8.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper80.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper81.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper81.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper82.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper83.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper84.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper85.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper86.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper87.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper88.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper89.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper9.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper90.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper91.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper92.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper93.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper94.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper95.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper96.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper97.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper98.jpg -------------------------------------------------------------------------------- /data/raw/paper/paper99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/data/raw/paper/paper99.jpg -------------------------------------------------------------------------------- /figures/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore -------------------------------------------------------------------------------- /img/container1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/img/container1.png -------------------------------------------------------------------------------- /img/container2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/img/container2.png -------------------------------------------------------------------------------- /img/t-SNE_SimCLR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/img/t-SNE_SimCLR.png -------------------------------------------------------------------------------- /img/t-SNE_VGG16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwdhont/SimCLRv1-keras-tensorflow/84714879af1ae913239408b88d76302a08bf57c4/img/t-SNE_VGG16.png -------------------------------------------------------------------------------- /models/trashnet/NL_classifier/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore -------------------------------------------------------------------------------- /models/trashnet/SimCLR/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore -------------------------------------------------------------------------------- /models/trashnet/base_model/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore --------------------------------------------------------------------------------