Skip to content

Commit

Permalink
remove google internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Oct 12, 2023
1 parent f368d4f commit 03f3004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion challenges/optical_flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run --rm --interactive \
```
See [movi_f.py](../movi/movi_f.py) for the TFDS definition / conversion.

Data is located at [gs://kubric-public/tfds/movi_f](https://pantheon.corp.google.com/storage/browser/kubric-public/tfds/movi_f) and can be loaded with:
Data is located at [gs://kubric-public/tfds/movi_f](https://console.cloud.google.com/storage/browser/kubric-public/tfds/movi_f) and can be loaded with:
``` python
ds = tfds.load("movi_f", data_dir="gs://kubric-public/tfds")
```
2 changes: 1 addition & 1 deletion challenges/point_tracking/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def create_point_tracking_dataset(
max_sampled_frac=0.1,
num_parallel_point_extraction_calls=16,
**kwargs):
"""Construct a dataset for point tracking using Kubric: go/kubric.
"""Construct a dataset for point tracking using Kubric.
Args:
train_size: Tuple of 2 ints. Cropped output will be at this resolution
Expand Down

0 comments on commit 03f3004

Please sign in to comment.