Ruff format docstring Python code (#15792)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
c1882a4327
commit
d27664216b
63 changed files with 370 additions and 374 deletions
|
|
@ -114,7 +114,7 @@ After installing Kaggle, we can load the dataset into Watsonx.
|
|||
os.environ["KAGGLE_KEY"] = "apiKey"
|
||||
|
||||
# Load dataset
|
||||
!kaggle datasets download atiqishrak/trash-dataset-icra19 --unzip
|
||||
os.system("kaggle datasets download atiqishrak/trash-dataset-icra19 --unzip")
|
||||
|
||||
# Store working directory path as work_dir
|
||||
work_dir = os.getcwd()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue