├── LICENSE ├── README.md ├── README_CN.md ├── Train └── SOC │ ├── drop_blank_and_generate_list.py │ └── train.txt ├── codes ├── metrics.py └── soc_eval.py ├── comp.png ├── maps ├── GT │ └── SOC │ │ ├── SOC-AC │ │ ├── mask │ │ │ ├── COCO_train2014_000000001014.png │ │ │ ├── COCO_train2014_000000001523.png │ │ │ ├── COCO_train2014_000000002258.png │ │ │ ├── COCO_train2014_000000004488.png │ │ │ ├── COCO_train2014_000000004662.png │ │ │ ├── COCO_train2014_000000005917.png │ │ │ ├── COCO_train2014_000000007713.png │ │ │ ├── COCO_train2014_000000011569.png │ │ │ ├── COCO_train2014_000000012109.png │ │ │ ├── COCO_train2014_000000013143.png │ │ │ ├── COCO_train2014_000000014244.png │ │ │ ├── COCO_train2014_000000014886.png │ │ │ ├── COCO_train2014_000000016364.png │ │ │ ├── COCO_train2014_000000016957.png │ │ │ ├── COCO_train2014_000000018439.png │ │ │ ├── COCO_train2014_000000019707.png │ │ │ ├── COCO_train2014_000000019994.png │ │ │ ├── COCO_train2014_000000021353.png │ │ │ ├── COCO_train2014_000000022796.png │ │ │ ├── COCO_train2014_000000023098.png │ │ │ ├── COCO_train2014_000000025058.png │ │ │ ├── COCO_train2014_000000032627.png │ │ │ ├── COCO_train2014_000000035712.png │ │ │ ├── COCO_train2014_000000036567.png │ │ │ ├── COCO_train2014_000000037169.png │ │ │ ├── COCO_train2014_000000038274.png │ │ │ ├── COCO_train2014_000000046564.png │ │ │ ├── COCO_train2014_000000050518.png │ │ │ ├── COCO_train2014_000000054868.png │ │ │ ├── COCO_train2014_000000060720.png │ │ │ ├── COCO_train2014_000000061877.png │ │ │ ├── COCO_train2014_000000065668.png │ │ │ ├── COCO_train2014_000000074411.png │ │ │ ├── COCO_train2014_000000078536.png │ │ │ ├── COCO_train2014_000000080441.png │ │ │ ├── COCO_train2014_000000082246.png │ │ │ ├── COCO_train2014_000000083600.png │ │ │ ├── COCO_train2014_000000084174.png │ │ │ ├── COCO_train2014_000000085092.png │ │ │ ├── COCO_train2014_000000093519.png │ │ │ ├── COCO_train2014_000000094223.png │ │ │ ├── COCO_train2014_000000098503.png │ │ │ ├── COCO_train2014_000000098694.png │ │ │ ├── COCO_train2014_000000099070.png │ │ │ ├── COCO_train2014_000000099372.png │ │ │ ├── COCO_train2014_000000100331.png │ │ │ ├── COCO_train2014_000000101310.png │ │ │ ├── COCO_train2014_000000103332.png │ │ │ ├── COCO_train2014_000000105933.png │ │ │ ├── COCO_train2014_000000107586.png │ │ │ ├── COCO_train2014_000000108501.png │ │ │ ├── COCO_train2014_000000108862.png │ │ │ ├── COCO_train2014_000000118404.png │ │ │ ├── COCO_train2014_000000119891.png │ │ │ ├── COCO_train2014_000000120333.png │ │ │ ├── COCO_train2014_000000121769.png │ │ │ ├── COCO_train2014_000000125120.png │ │ │ ├── COCO_train2014_000000139625.png │ │ │ ├── COCO_train2014_000000142393.png │ │ │ ├── COCO_train2014_000000142629.png │ │ │ ├── COCO_train2014_000000142767.png │ │ │ ├── COCO_train2014_000000146510.png │ │ │ ├── COCO_train2014_000000151406.png │ │ │ ├── COCO_train2014_000000152954.png │ │ │ ├── COCO_train2014_000000160142.png │ │ │ ├── COCO_train2014_000000165438.png │ │ │ ├── COCO_train2014_000000166481.png │ │ │ ├── COCO_train2014_000000166853.png │ │ │ ├── COCO_train2014_000000166998.png │ │ │ ├── COCO_train2014_000000169032.png │ │ │ ├── COCO_train2014_000000172392.png │ │ │ ├── COCO_train2014_000000173843.png │ │ │ ├── COCO_train2014_000000175112.png │ │ │ ├── COCO_train2014_000000178242.png │ │ │ ├── COCO_train2014_000000179906.png │ │ │ ├── COCO_train2014_000000185258.png │ │ │ ├── COCO_train2014_000000192114.png │ │ │ ├── COCO_train2014_000000193479.png │ │ │ └── COCO_train2014_000000196721.png │ │ └── test.txt │ │ ├── SOC-BO │ │ └── test.txt │ │ ├── SOC-CL │ │ └── test.txt │ │ ├── SOC-HO │ │ └── test.txt │ │ ├── SOC-MB │ │ └── test.txt │ │ ├── SOC-OC │ │ └── test.txt │ │ ├── SOC-OV │ │ └── test.txt │ │ ├── SOC-SC │ │ └── test.txt │ │ ├── SOC-SO │ │ └── test.txt │ │ └── attr_categoty_and_generate_list.py └── Prediction │ └── ICON │ └── SOC │ ├── SOC-AC │ ├── COCO_train2014_000000001014.png │ ├── COCO_train2014_000000001523.png │ ├── COCO_train2014_000000002258.png │ ├── COCO_train2014_000000004488.png │ ├── COCO_train2014_000000004662.png │ ├── COCO_train2014_000000005917.png │ ├── COCO_train2014_000000007713.png │ ├── COCO_train2014_000000011569.png │ ├── COCO_train2014_000000012109.png │ ├── COCO_train2014_000000013143.png │ ├── COCO_train2014_000000014244.png │ ├── COCO_train2014_000000014886.png │ ├── COCO_train2014_000000016364.png │ ├── COCO_train2014_000000016957.png │ ├── COCO_train2014_000000018439.png │ ├── COCO_train2014_000000019707.png │ ├── COCO_train2014_000000019994.png │ ├── COCO_train2014_000000021353.png │ ├── COCO_train2014_000000022796.png │ ├── COCO_train2014_000000023098.png │ ├── COCO_train2014_000000025058.png │ ├── COCO_train2014_000000032627.png │ ├── COCO_train2014_000000035712.png │ ├── COCO_train2014_000000036567.png │ ├── COCO_train2014_000000037169.png │ ├── COCO_train2014_000000038274.png │ ├── COCO_train2014_000000046564.png │ ├── COCO_train2014_000000050518.png │ ├── COCO_train2014_000000054868.png │ ├── COCO_train2014_000000060720.png │ ├── COCO_train2014_000000061877.png │ ├── COCO_train2014_000000065668.png │ ├── COCO_train2014_000000074411.png │ ├── COCO_train2014_000000078536.png │ ├── COCO_train2014_000000080441.png │ ├── COCO_train2014_000000082246.png │ ├── COCO_train2014_000000083600.png │ ├── COCO_train2014_000000084174.png │ ├── COCO_train2014_000000085092.png │ ├── COCO_train2014_000000093519.png │ ├── COCO_train2014_000000094223.png │ ├── COCO_train2014_000000098503.png │ ├── COCO_train2014_000000098694.png │ ├── COCO_train2014_000000099070.png │ ├── COCO_train2014_000000099372.png │ ├── COCO_train2014_000000100331.png │ ├── COCO_train2014_000000101310.png │ ├── COCO_train2014_000000103332.png │ ├── COCO_train2014_000000105933.png │ ├── COCO_train2014_000000107586.png │ ├── COCO_train2014_000000108501.png │ ├── COCO_train2014_000000108862.png │ ├── COCO_train2014_000000118404.png │ ├── COCO_train2014_000000119891.png │ ├── COCO_train2014_000000120333.png │ ├── COCO_train2014_000000121769.png │ ├── COCO_train2014_000000125120.png │ ├── COCO_train2014_000000139625.png │ ├── COCO_train2014_000000142393.png │ ├── COCO_train2014_000000142629.png │ ├── COCO_train2014_000000142767.png │ ├── COCO_train2014_000000146510.png │ ├── COCO_train2014_000000151406.png │ ├── COCO_train2014_000000152954.png │ ├── COCO_train2014_000000160142.png │ ├── COCO_train2014_000000165438.png │ ├── COCO_train2014_000000166481.png │ ├── COCO_train2014_000000166853.png │ ├── COCO_train2014_000000166998.png │ ├── COCO_train2014_000000169032.png │ ├── COCO_train2014_000000172392.png │ ├── COCO_train2014_000000173843.png │ ├── COCO_train2014_000000175112.png │ ├── COCO_train2014_000000178242.png │ ├── COCO_train2014_000000179906.png │ ├── COCO_train2014_000000185258.png │ ├── COCO_train2014_000000192114.png │ ├── COCO_train2014_000000193479.png │ └── COCO_train2014_000000196721.png │ └── attr_categoty_and_generate_list.py └── run_eval.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/README.md -------------------------------------------------------------------------------- /README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/README_CN.md -------------------------------------------------------------------------------- /Train/SOC/drop_blank_and_generate_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/Train/SOC/drop_blank_and_generate_list.py -------------------------------------------------------------------------------- /Train/SOC/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/Train/SOC/train.txt -------------------------------------------------------------------------------- /codes/metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/codes/metrics.py -------------------------------------------------------------------------------- /codes/soc_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/codes/soc_eval.py -------------------------------------------------------------------------------- /comp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/comp.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000001014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000001014.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000001523.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000001523.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000002258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000002258.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000004488.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000004488.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000004662.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000004662.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000005917.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000005917.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000007713.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000007713.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000011569.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000011569.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000012109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000012109.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000013143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000013143.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000014244.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000014244.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000014886.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000014886.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000016364.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000016364.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000016957.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000016957.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000018439.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000018439.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000019707.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000019707.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000019994.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000019994.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000021353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000021353.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000022796.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000022796.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000023098.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000023098.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000025058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000025058.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000032627.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000032627.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000035712.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000035712.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000036567.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000036567.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000037169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000037169.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000038274.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000038274.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000046564.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000046564.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000050518.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000050518.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000054868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000054868.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000060720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000060720.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000061877.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000061877.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000065668.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000065668.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000074411.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000074411.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000078536.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000078536.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000080441.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000080441.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000082246.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000082246.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000083600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000083600.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000084174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000084174.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000085092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000085092.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000093519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000093519.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000094223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000094223.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000098503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000098503.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000098694.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000098694.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000099070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000099070.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000099372.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000099372.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000100331.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000100331.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000101310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000101310.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000103332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000103332.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000105933.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000105933.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000107586.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000107586.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000108501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000108501.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000108862.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000108862.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000118404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000118404.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000119891.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000119891.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000120333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000120333.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000121769.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000121769.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000125120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000125120.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000139625.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000139625.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000142393.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000142393.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000142629.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000142629.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000142767.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000142767.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000146510.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000146510.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000151406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000151406.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000152954.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000152954.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000160142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000160142.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000165438.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000165438.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000166481.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000166481.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000166853.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000166853.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000166998.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000166998.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000169032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000169032.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000172392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000172392.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000173843.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000173843.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000175112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000175112.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000178242.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000178242.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000179906.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000179906.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000185258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000185258.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000192114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000192114.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000193479.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000193479.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000196721.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/mask/COCO_train2014_000000196721.png -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-AC/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-AC/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-BO/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-BO/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-CL/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-CL/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-HO/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-HO/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-MB/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-MB/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-OC/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-OC/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-OV/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-OV/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-SC/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-SC/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/SOC-SO/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/SOC-SO/test.txt -------------------------------------------------------------------------------- /maps/GT/SOC/attr_categoty_and_generate_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/GT/SOC/attr_categoty_and_generate_list.py -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000001014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000001014.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000001523.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000001523.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000002258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000002258.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000004488.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000004488.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000004662.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000004662.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000005917.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000005917.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000007713.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000007713.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000011569.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000011569.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000012109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000012109.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000013143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000013143.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000014244.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000014244.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000014886.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000014886.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000016364.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000016364.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000016957.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000016957.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000018439.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000018439.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000019707.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000019707.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000019994.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000019994.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000021353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000021353.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000022796.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000022796.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000023098.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000023098.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000025058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000025058.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000032627.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000032627.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000035712.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000035712.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000036567.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000036567.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000037169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000037169.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000038274.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000038274.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000046564.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000046564.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000050518.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000050518.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000054868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000054868.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000060720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000060720.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000061877.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000061877.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000065668.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000065668.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000074411.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000074411.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000078536.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000078536.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000080441.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000080441.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000082246.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000082246.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000083600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000083600.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000084174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000084174.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000085092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000085092.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000093519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000093519.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000094223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000094223.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000098503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000098503.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000098694.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000098694.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000099070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000099070.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000099372.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000099372.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000100331.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000100331.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000101310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000101310.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000103332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000103332.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000105933.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000105933.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000107586.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000107586.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000108501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000108501.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000108862.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000108862.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000118404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000118404.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000119891.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000119891.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000120333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000120333.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000121769.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000121769.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000125120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000125120.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000139625.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000139625.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000142393.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000142393.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000142629.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000142629.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000142767.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000142767.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000146510.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000146510.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000151406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000151406.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000152954.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000152954.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000160142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000160142.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000165438.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000165438.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000166481.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000166481.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000166853.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000166853.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000166998.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000166998.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000169032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000169032.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000172392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000172392.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000173843.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000173843.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000175112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000175112.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000178242.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000178242.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000179906.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000179906.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000185258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000185258.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000192114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000192114.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000193479.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000193479.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000196721.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/SOC-AC/COCO_train2014_000000196721.png -------------------------------------------------------------------------------- /maps/Prediction/ICON/SOC/attr_categoty_and_generate_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/maps/Prediction/ICON/SOC/attr_categoty_and_generate_list.py -------------------------------------------------------------------------------- /run_eval.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mczhuge/SOCToolbox/HEAD/run_eval.sh --------------------------------------------------------------------------------