kerrj / lerf

Code for LERF: Language Embedded Radiance Fields
https://www.lerf.io/
MIT License
668 stars 65 forks source link

problem about nerfstudio training #53

Closed MouseChannel closed 1 year ago

MouseChannel commented 1 year ago

outputs\ramen\dino.info Traceback (most recent call last): File "D:\MoCheng\lerf\lerf\data\utils\feature_dataloader.py", line 55, in try_load self.load() File "D:\MoCheng\lerf\lerf\data\utils\feature_dataloader.py", line 38, in load raise FileNotFoundError FileNotFoundError

and the last line is

urllib.error.HTTPError: HTTP Error 403: rate limit exceeded

MouseChannel commented 1 year ago

is that means not exist outputs\ramen\dino.info file?

PrinceWYS commented 1 month ago

I met the same problem. Have you solved it? Thanks!