Skip to content

Commit 01db228

Browse files
committed
fix typos
1 parent dcdaeee commit 01db228

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ At last, the folder structure of dataset is like:
5656
5757
* Download CompressAI models
5858
```
59-
cd checkpoints/
59+
cd ./checkpoints
6060
python download_compressai_models.py
6161
cd ..
6262
```
6363
64-
* Download [DCVC models](https://1drv.ms/u/s!AozfVVwtWWYoiS5mcGX320bFXI0k?e=iMeykH) and put them into /checkpoints folder.
64+
* Download [DCVC models](https://1drv.ms/u/s!AozfVVwtWWYoiS5mcGX320bFXI0k?e=iMeykH) and put them into ./checkpoints folder.
6565
6666
# Test DCVC
6767

dataset_config_example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"sequences": {
2424
"BasketballPass_384x192_50": {"frames": 100, "gop": 10},
2525
"BlowingBubbles_384x192_50": {"frames": 100, "gop": 10},
26-
"BQSquare_384x192_50": {"frames": 100, "gop": 10},
27-
"RaceHorses_384x192_50": {"frames": 100, "gop": 10}
26+
"BQSquare_384x192_60": {"frames": 100, "gop": 10},
27+
"RaceHorses_384x192_30": {"frames": 100, "gop": 10}
2828
}
2929
},
3030
"HEVC_E": {

0 commit comments

Comments
 (0)