Skip to content

Commit

Permalink
Merge branch 'google-research:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXandbadas authored Aug 15, 2022
2 parents 01095cb + b42f616 commit 41faed3
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 6 deletions.
6 changes: 1 addition & 5 deletions challenges/point_tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
![](images/frame_7.png)
![](images/frame_15.png)

For long-term point tracking we make use of the objects_coordinates annotation in the MOVi-E dataset, along with ground-truth positions of objects and camera to generate point-tracks.

| code coming soon |
|--------------------|

For long-term point tracking we make use of the `objects_coordinates` annotation in the MOVi-E dataset, along with ground-truth positions of objects, camera, and depth maps to generate point-tracks. Implementation-wise, `create_point_tracking_dataset()` is a simple wrapper around the default tfds Kubric loader which samples points and tracks them. For a demo, run `python3 dataset.py`. This demo requires installation of `requirements_full.txt` as it depends on `tensorflow_graphics` and matplotlib.

Loading

0 comments on commit 41faed3

Please sign in to comment.