Skip to content

Commit 349df9e

Browse files
committed
Update the readme
1 parent eaaeb72 commit 349df9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Please avoid stopping and removing the container, as you will need to reinstall
7070

7171
## System Setup and Execution Guide
7272

73-
**Note that we've opted out the system run with the TLV dataset in the current version. If you're interested in running the code with TLV dataset, please use `v1.0.0` version. All versions after `v1.0.0` only supports for the real video.**
73+
**Note that weve opted out of running the system with the TLV dataset in the current version. If you're interested in running the code with TLV dataset, please use `v1.0.0` version. All versions after `v1.0.0` only support real videos.**
7474

7575
## Running the System
7676

@@ -97,7 +97,7 @@ Please see a notebook (`./notebook/Run NSVS with Yolo.ipynb`)
9797
## FAQ
9898
Q: We are receiving a smaller number of frames. For instance, we need frame 81 to be included in the frames of interest, but nsvs-tl results in [...,21].
9999

100-
A: This issue involves video processing. You are looking at frames 0 to 81. However, the last frame index is 21 if you didn’t change the video processor's parameters. Make sure to use correct parameters for `desired_fps` or `desired_interval_in_sec`.
100+
A: This issue involves video processing. You are looking at frames 0 to 81. However, the last frame index is 21 if you didn’t change the video processor's parameters. Make sure to use the correct parameters for `desired_fps` or `desired_interval_in_sec`.
101101

102102

103103
## Connect with Me

0 commit comments

Comments
 (0)