├── LICENSE ├── MATLAB_for_two_mice_social_interaction ├── BB_area.m ├── Process_socialtest_mini.m ├── assign4_mice.m ├── assign_mini2_mice.m ├── center_finder2.m ├── coor_extract2.m ├── dist_diff.m ├── distance_calc.m ├── fix_misslabels.m ├── import_txt.m ├── make_video_social.m ├── parts_assign.m ├── plot_interactions.m ├── removebigBB.m └── velocitycalc.m ├── MATLAB_functions_human3D ├── assignpose2D.m ├── bodyplot3D.m ├── handplot3D.m ├── interpolate2D.m ├── json2pose2D.m ├── makevideo_3D.m ├── pose2D.m ├── poses_final.m └── process_files_human3D.m ├── MATLABcode_for_three_chamber_test ├── Process_three_chamber.m ├── coorcenters.m └── json2table.m ├── MATLABcodes_mouse_reaching_3Dkinematics ├── Process_files_3Dreaching_mouse.m ├── coor_3D.m ├── coorcenters.m └── json2table.m ├── README.md ├── calib_board_human3D.pdf ├── contributors.md └── doc └── media ├── humanreach_aa.gif ├── mousereach_aa.gif ├── socialmice_aa.gif └── threechamber_aa.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/LICENSE -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/BB_area.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/BB_area.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/Process_socialtest_mini.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/Process_socialtest_mini.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/assign4_mice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/assign4_mice.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/assign_mini2_mice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/assign_mini2_mice.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/center_finder2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/center_finder2.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/coor_extract2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/coor_extract2.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/dist_diff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/dist_diff.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/distance_calc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/distance_calc.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/fix_misslabels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/fix_misslabels.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/import_txt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/import_txt.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/make_video_social.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/make_video_social.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/parts_assign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/parts_assign.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/plot_interactions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/plot_interactions.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/removebigBB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/removebigBB.m -------------------------------------------------------------------------------- /MATLAB_for_two_mice_social_interaction/velocitycalc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_for_two_mice_social_interaction/velocitycalc.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/assignpose2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/assignpose2D.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/bodyplot3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/bodyplot3D.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/handplot3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/handplot3D.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/interpolate2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/interpolate2D.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/json2pose2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/json2pose2D.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/makevideo_3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/makevideo_3D.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/pose2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/pose2D.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/poses_final.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/poses_final.m -------------------------------------------------------------------------------- /MATLAB_functions_human3D/process_files_human3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLAB_functions_human3D/process_files_human3D.m -------------------------------------------------------------------------------- /MATLABcode_for_three_chamber_test/Process_three_chamber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLABcode_for_three_chamber_test/Process_three_chamber.m -------------------------------------------------------------------------------- /MATLABcode_for_three_chamber_test/coorcenters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLABcode_for_three_chamber_test/coorcenters.m -------------------------------------------------------------------------------- /MATLABcode_for_three_chamber_test/json2table.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLABcode_for_three_chamber_test/json2table.m -------------------------------------------------------------------------------- /MATLABcodes_mouse_reaching_3Dkinematics/Process_files_3Dreaching_mouse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLABcodes_mouse_reaching_3Dkinematics/Process_files_3Dreaching_mouse.m -------------------------------------------------------------------------------- /MATLABcodes_mouse_reaching_3Dkinematics/coor_3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLABcodes_mouse_reaching_3Dkinematics/coor_3D.m -------------------------------------------------------------------------------- /MATLABcodes_mouse_reaching_3Dkinematics/coorcenters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLABcodes_mouse_reaching_3Dkinematics/coorcenters.m -------------------------------------------------------------------------------- /MATLABcodes_mouse_reaching_3Dkinematics/json2table.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/MATLABcodes_mouse_reaching_3Dkinematics/json2table.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/README.md -------------------------------------------------------------------------------- /calib_board_human3D.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/calib_board_human3D.pdf -------------------------------------------------------------------------------- /contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/contributors.md -------------------------------------------------------------------------------- /doc/media/humanreach_aa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/doc/media/humanreach_aa.gif -------------------------------------------------------------------------------- /doc/media/mousereach_aa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/doc/media/mousereach_aa.gif -------------------------------------------------------------------------------- /doc/media/socialmice_aa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/doc/media/socialmice_aa.gif -------------------------------------------------------------------------------- /doc/media/threechamber_aa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarac/DeepBehavior/HEAD/doc/media/threechamber_aa.gif --------------------------------------------------------------------------------