├── LICENSE ├── README.md ├── annotations ├── .gitattributes ├── modanet2018_instances_train.json └── modanet2018_instances_val.json └── logo └── modanet_logo2.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eBay/modanet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eBay/modanet/HEAD/README.md -------------------------------------------------------------------------------- /annotations/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eBay/modanet/HEAD/annotations/.gitattributes -------------------------------------------------------------------------------- /annotations/modanet2018_instances_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eBay/modanet/HEAD/annotations/modanet2018_instances_train.json -------------------------------------------------------------------------------- /annotations/modanet2018_instances_val.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eBay/modanet/HEAD/annotations/modanet2018_instances_val.json -------------------------------------------------------------------------------- /logo/modanet_logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eBay/modanet/HEAD/logo/modanet_logo2.png --------------------------------------------------------------------------------