Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
bcc9ab69
Unverified
Commit
bcc9ab69
authored
Jan 23, 2021
by
Jaeyoun Kim
Committed by
GitHub
Jan 23, 2021
Browse files
Update README.md (#9637)
Remove instructions for the bike video dataset since it is no longer available.
parent
3e9a23de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
research/vid2depth/README.md
research/vid2depth/README.md
+0
-21
No files found.
research/vid2depth/README.md
View file @
bcc9ab69
...
@@ -65,15 +65,6 @@ You will need to register in order to download the data. Download the following
...
@@ -65,15 +65,6 @@ You will need to register in order to download the data. Download the following
*
leftImg8bit_sequence_trainvaltest.zip
*
leftImg8bit_sequence_trainvaltest.zip
*
camera_trainvaltest.zip
*
camera_trainvaltest.zip
### Download Bike dataset (17GB) (optional)
```
shell
mkdir
-p
~/vid2depth/bike-uncompressed
cd
~/vid2depth/bike-uncompressed
wget https://storage.googleapis.com/brain-robotics-data/bike/BikeVideoDataset.tar
tar
xvf BikeVideoDataset.tar
```
## 3. Inference
## 3. Inference
### Download trained model
### Download trained model
...
@@ -122,18 +113,6 @@ python dataset/gen_data.py \
...
@@ -122,18 +113,6 @@ python dataset/gen_data.py \
--seq_length
3
--seq_length
3
```
```
### Prepare Bike training sequences (optional)
```
shell
# Prepare training sequences.
cd
tensorflow/models/research/vid2depth
python dataset/gen_data.py
\
--dataset_name
bike
\
--dataset_dir
~/vid2depth/bike-uncompressed
\
--data_dir
~/vid2depth/data/bike
\
--seq_length
3
```
### Compile the ICP op (work in progress)
### Compile the ICP op (work in progress)
The ICP op depends on multiple software packages (TensorFlow, Point Cloud
The ICP op depends on multiple software packages (TensorFlow, Point Cloud
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment