Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fouc.import_annotations(
- dataset,
- project_name=project_name,
- data_path="/home/arm16/1_data/kidney_prelabel",
- download_media=True
- )
- ---------------------------------------------------------------------------
- TypeError Traceback (most recent call last)
- Input In [10], in <cell line: 1>()
- ----> 1 fouc.import_annotations(
- 2 dataset,
- 3 project_name=project_name,
- 4 data_path="/home/arm16/1_data/kidney_prelabel",
- 5 download_media=True
- 6 )
- File ~/anaconda3/envs/etl_kidney/lib/python3.10/site-packages/fiftyone/utils/cvat.py:152, in import_annotations(sample_collection, project_name, project_id, task_ids, data_path, label_types, insert_new, download_media, num_workers, occluded_attr, group_id_attr, backend, **kwargs)
- 150 task_ids = [task_ids]
- 151 else:
- --> 152 task_ids = list(task_ids)
- 154 # Build mapping from CVAT filenames to local filepaths
- 155 data_dir = None
- TypeError: 'NoneType' object is not iterable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement