Update README.md
Browse files
README.md
CHANGED
|
@@ -322,7 +322,7 @@ def keep_episode(valid_episodes_string: str, episode_ordinal: int) -> bool:
|
|
| 322 |
return str(episode_ordinal) in valid_episodes_string.split(",")
|
| 323 |
```
|
| 324 |
|
| 325 |
-
`valid_episodes_string="*"` means all episodes are valid for the current config/split/part/scene (no added objects),
|
| 326 |
else, only the given comma-separated episode indices have all objects under commercial use-friendly licenses.
|
| 327 |
|
| 328 |
### Dataset post-processing and stats
|
|
|
|
| 322 |
return str(episode_ordinal) in valid_episodes_string.split(",")
|
| 323 |
```
|
| 324 |
|
| 325 |
+
`valid_episodes_string == "*"` means all episodes are valid for the current config/split/part/scene (no added objects),
|
| 326 |
else, only the given comma-separated episode indices have all objects under commercial use-friendly licenses.
|
| 327 |
|
| 328 |
### Dataset post-processing and stats
|