allenai / allenai/objaverse-xl
problem with downloading datase: SyntaxError: (repo_commit_hash=)
- Ngôn ngữ chính
- Python
- Star
- 1.4k
- Fork
- 93
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Thanks for the amazing work! But i have a problem when downloading the dataset:
```
import objaverse.xl as oxl
annotations = oxl.get_annotations(
download_dir="~/.objaverse" # default download directory
)
annotations
print(annotations)
```
when im runing this code, i encountered this error:
```
Traceback (most recent call last):
File "/home/ubuntu/Desktop/xxx/objaverse/test.py", line 2, in
import objaverse.xl as oxl
File "/home/ubuntu/anaconda3/envs/rl/lib/python3.7/site-packages/objaverse/xl/__init__.py", line 7, in
from objaverse.xl.github import GitHubDownloader
File "", line 1
(repo_commit_hash=)
^
SyntaxError: invalid syntax
```
im on a ubuntu20.4
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.