├── NYU-101 ├── Trained_model │ └── Link to RDF101-model ├── res_test0.6.prototxt ├── res_test0.9.prototxt ├── res_test1.0.prototxt └── res_test1.2.prototxt ├── NYU-152 ├── Trained_model │ └── Link to RDF152-model ├── res_test0.6.prototxt ├── res_test0.9.prototxt ├── res_test1.0.prototxt └── res_test1.2.prototxt ├── NYU-50 ├── Trained_model │ └── Link to RDF50-model ├── res_test0.6.prototxt ├── res_test0.9.prototxt ├── res_test1.0.prototxt └── res_test1.2.prototxt ├── README.md ├── caffe-master.tar ├── data ├── hha_org │ ├── img_6071.png │ ├── img_6076.png │ ├── img_6116.png │ └── img_6202.png ├── images_org │ ├── img_6071.png │ ├── img_6076.png │ ├── img_6116.png │ └── img_6202.png └── test.txt ├── gupta-utils-HHA.zip ├── nyud_layers.py └── test.py /NYU-101/Trained_model/Link to RDF101-model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-101/Trained_model/Link to RDF101-model -------------------------------------------------------------------------------- /NYU-101/res_test0.6.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-101/res_test0.6.prototxt -------------------------------------------------------------------------------- /NYU-101/res_test0.9.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-101/res_test0.9.prototxt -------------------------------------------------------------------------------- /NYU-101/res_test1.0.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-101/res_test1.0.prototxt -------------------------------------------------------------------------------- /NYU-101/res_test1.2.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-101/res_test1.2.prototxt -------------------------------------------------------------------------------- /NYU-152/Trained_model/Link to RDF152-model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-152/Trained_model/Link to RDF152-model -------------------------------------------------------------------------------- /NYU-152/res_test0.6.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-152/res_test0.6.prototxt -------------------------------------------------------------------------------- /NYU-152/res_test0.9.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-152/res_test0.9.prototxt -------------------------------------------------------------------------------- /NYU-152/res_test1.0.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-152/res_test1.0.prototxt -------------------------------------------------------------------------------- /NYU-152/res_test1.2.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-152/res_test1.2.prototxt -------------------------------------------------------------------------------- /NYU-50/Trained_model/Link to RDF50-model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-50/Trained_model/Link to RDF50-model -------------------------------------------------------------------------------- /NYU-50/res_test0.6.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-50/res_test0.6.prototxt -------------------------------------------------------------------------------- /NYU-50/res_test0.9.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-50/res_test0.9.prototxt -------------------------------------------------------------------------------- /NYU-50/res_test1.0.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-50/res_test1.0.prototxt -------------------------------------------------------------------------------- /NYU-50/res_test1.2.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/NYU-50/res_test1.2.prototxt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/README.md -------------------------------------------------------------------------------- /caffe-master.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/caffe-master.tar -------------------------------------------------------------------------------- /data/hha_org/img_6071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/hha_org/img_6071.png -------------------------------------------------------------------------------- /data/hha_org/img_6076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/hha_org/img_6076.png -------------------------------------------------------------------------------- /data/hha_org/img_6116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/hha_org/img_6116.png -------------------------------------------------------------------------------- /data/hha_org/img_6202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/hha_org/img_6202.png -------------------------------------------------------------------------------- /data/images_org/img_6071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/images_org/img_6071.png -------------------------------------------------------------------------------- /data/images_org/img_6076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/images_org/img_6076.png -------------------------------------------------------------------------------- /data/images_org/img_6116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/images_org/img_6116.png -------------------------------------------------------------------------------- /data/images_org/img_6202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/data/images_org/img_6202.png -------------------------------------------------------------------------------- /data/test.txt: -------------------------------------------------------------------------------- 1 | 6071 2 | 6116 3 | 6202 4 | 6076 5 | -------------------------------------------------------------------------------- /gupta-utils-HHA.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/gupta-utils-HHA.zip -------------------------------------------------------------------------------- /nyud_layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/nyud_layers.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeongjinPark/RDFNet/HEAD/test.py --------------------------------------------------------------------------------