-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ask the two file data_splits.p corrupted_img_paths.pkl #53
Comments
Hi, If you're training on a different set of splits, then you can ignore the use of You should ignore the use of the |
when i annotation code CORRUPTED_PATHS = "/Mounts/rbg-storage1/datasets/NLST/corrupted_img_paths.pkl" |
Hi, I'm not sure what "annotation code" means -- but you simply need to comment out the line that reads the file and those using it in the if-statement. This is all in the nlst.py file. |
annotation code as # or ''' |
there are a lots of depends |
Hi, Yes – there are many dependencies within the code. For "weights" specifically, it is utilized with the |
excuse me,when run train.py as follows:
rank_zero_deprecation(
Traceback (most recent call last):
File "/root/Sybil-main/scripts/train.py", line 415, in
train(args)
File "/root/Sybil-main/scripts/train.py", line 359, in train
args, get_dataset(args.dataset, "train", args)
File "/root/Sybil-main/sybil/utils/helpers.py", line 18, in get_dataset
return SUPPORTED_DATASETS[dataset_name](args, split)
File "/root/Sybil-main/sybil/datasets/nlst.py", line 102, in init
self.dataset = self.create_dataset(split_group)
Connection to connect.cqa1.seetacloud.com closed by remote host.reate_dataset
Connection to connect.cqa1.seetacloud.com closed.paths"]
File "/root/Sybil-main/sybil/datasets/nlst.py", line 495, in CORRUPTED_PATHS
C:\Users\liujun>e.load(open(CORRUPTED_PATHS, "rb"))
EOFError: Ran out of input
where are the file from?
/Mounts/rbg-storage1/datasets/NLST/Shetty_et_al(Google)/data_splits.p
/Mounts/rbg-storage1/datasets/NLST/corrupted_img_paths.pkl
thanks you
The text was updated successfully, but these errors were encountered: