tensorflow / tensorflow/models
Google Pushing Dataset download not working
@cbfinn is already working on this.
Since Jul 9, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- I am reporting the issue to the correct repository. (Model Garden official or research directory)
- I checked to make sure that this issue has not already been filed.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/blob/master/research/video_prediction/download_data.sh
2. Describe the bug
The data download script does not seem work. The downloaded files do not have the right size; they are much smaller than they should be. On the project website (https://sites.google.com/site/brainrobotdata/home/push-dataset) it says each file should be about 500MB. I reckon something is wrong with the Google bucket links. Tagging @cbfinn.
3. Steps to reproduce
Run the shell script.
4. Expected behavior
The script should download the tfrecord files.
5. Additional context
NA
6. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): OSX 10.13.6
- Mobile device name if the issue happens on a mobile device: NA
- TensorFlow installed from (source or binary): NA
- TensorFlow version (use command below): NA
- Python version: NA
- Bazel version (if compiling from source): NA
- GCC/Compiler version (if compiling from source): NA
- CUDA/cuDNN version: NA
- GPU model and memory: NA
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.