You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get this traceback when running quickstart/urbancars_erm.py
Traceback (most recent call last):
File "/Users/divyanshagarwal/Documents/UCLA/Capstone/SpuCo/quickstart/urbancars/urbancars_erm.py", line 209, in <module>
main(args)
File "/Users/divyanshagarwal/Documents/UCLA/Capstone/SpuCo/quickstart/urbancars/urbancars_erm.py", line 50, in main
trainset=UrbanCars(root=args.root_dir, split="train", spurious_label_type=UrbanCarsSpuriousLabel.BOTH, verbose=True, transform=transform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/divyanshagarwal/Documents/UCLA/Capstone/SpuCo/src/spuco/datasets/urban_cars.py", line 73, in __init__
assert os.path.exists(os.path.join(root))
^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 76, in join
The text was updated successfully, but these errors were encountered:
FYI it seems like the official Stanford Links to the UrbanCars dataset has been taken down.
I was following the instructions in this repo to create UrbanCars by downloading Stanford Cars datasets from kaggle but it’s proving to be difficult because I still don’t have access to what was in http://ai.stanford.edu/~jkrause/cars/car_devkit.tgz
Get this traceback when running quickstart/urbancars_erm.py
The text was updated successfully, but these errors were encountered: