├── LICENSE ├── README.md ├── VOCap.m ├── VOCevaldetview_validation.m ├── annotate_pose.fig ├── annotate_pose.m ├── count_objects.m ├── draw_cad.m ├── draw_cad_off_file.m ├── globals.m ├── load_obj_file.m ├── load_off_file.m ├── project_3d.m ├── project_3d_msid.m ├── rotation_matrix.m ├── show_pose_annotations.m └── show_shapenet_annotations.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/README.md -------------------------------------------------------------------------------- /VOCap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/VOCap.m -------------------------------------------------------------------------------- /VOCevaldetview_validation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/VOCevaldetview_validation.m -------------------------------------------------------------------------------- /annotate_pose.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/annotate_pose.fig -------------------------------------------------------------------------------- /annotate_pose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/annotate_pose.m -------------------------------------------------------------------------------- /count_objects.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/count_objects.m -------------------------------------------------------------------------------- /draw_cad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/draw_cad.m -------------------------------------------------------------------------------- /draw_cad_off_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/draw_cad_off_file.m -------------------------------------------------------------------------------- /globals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/globals.m -------------------------------------------------------------------------------- /load_obj_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/load_obj_file.m -------------------------------------------------------------------------------- /load_off_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/load_off_file.m -------------------------------------------------------------------------------- /project_3d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/project_3d.m -------------------------------------------------------------------------------- /project_3d_msid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/project_3d_msid.m -------------------------------------------------------------------------------- /rotation_matrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/rotation_matrix.m -------------------------------------------------------------------------------- /show_pose_annotations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/show_pose_annotations.m -------------------------------------------------------------------------------- /show_shapenet_annotations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuxng/ObjectNet3D_toolbox/HEAD/show_shapenet_annotations.m --------------------------------------------------------------------------------