Skip to content

Commit

Permalink
Merge pull request #106 from NeuTTH/main
Browse files Browse the repository at this point in the history
Return sampled instances in generate_grid_movies
  • Loading branch information
calebweinreb authored Oct 21, 2023
2 parents b1d1492 + 4f5826a commit 2645b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keypoint_moseq/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ def generate_grid_movies(

path = os.path.join(output_dir, f"syllable{syllable}.mp4")
write_video_clip(frames, path, fps=fps, quality=quality)

return sampled_instances

def get_limits(
coordinates,
Expand Down

0 comments on commit 2645b14

Please sign in to comment.