jordi-ai2 commited on
Commit
159a5ae
·
verified ·
1 Parent(s): 02aeb6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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