current_loc_location = raw_loc_df[(raw_loc_df.category == current_category)
                                              & (raw_loc_df.instance_number == current_instance_number)
                                              & (raw_loc_df.video_no == current_video_no)
                                              & (raw_loc_df.frame_no == current_frame_no)].location.values[0]