Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zllrunning committed Jul 4, 2019
1 parent b01f22f commit e51434f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ git clone https://github.com/zllrunning/video-object-removal.git
cd video-object-removal
cd get_mask
bash make.sh
cd inpainting
cd ../inpainting
bash install.sh
cd ..
```

## Demo
Expand Down
4 changes: 3 additions & 1 deletion inpainting/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ cd ../resample2d_package
./make.sh
cd ../channelnorm_package
./make.sh
cd ../../..
cd ../../models/correlation_package
./make.sh
cd ../../../

0 comments on commit e51434f

Please sign in to comment.