Skip to content
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

I have encountered the following error. Can you help me? #36

Open
Rui412563 opened this issue Jul 29, 2023 · 0 comments
Open

I have encountered the following error. Can you help me? #36

Rui412563 opened this issue Jul 29, 2023 · 0 comments

Comments

@Rui412563
Copy link

wandb: wandb version 0.15.7 is available! To upgrade, please run:
wandb: $ pip install wandb --upgrade
wandb: Tracking run with wandb version 0.12.0
wandb: Syncing run resnet50v2-crf-2-img-size-512
wandb: View project at https://wandb.ai/1047968767/isim
wandb: View run at https://wandb.ai/1047968767/isim/runs/ypzcfk6m
wandb: Run data is saved locally in /home/fr/isim-master/outputs/pipeline/resnet50v2-crf_freq-2-crop_size-512/train/wandb/run-20230729_191307-ypzcfk6m
wandb: Run wandb offline to turn off syncing.

Error executing job with overrides: ['backbone=resnet50v2', 'train_list=/home/fr/isim-master/voc12/train_aug.txt', 'val_list=/home/fr/isim-master/voc12/train.txt', 'crop_size=512', 'batch_size=48', 'crf_freq=2', 'epochs=1000']
Traceback (most recent call last):
File "/home/fr/isim-master/train.py", line 191, in run_app
) = seg_loader.data_loaders(cfg)
File "/home/fr/isim-master/dataset_loaders/seg_loader.py", line 10, in data_loaders
dataset_train = dataloader.VOC12PseudoSegmentationDataset(
File "/home/fr/isim-master/voc12/dataloader.py", line 320, in init
super().init(
File "/home/fr/isim-master/voc12/dataloader.py", line 186, in init
super().init(
File "/home/fr/isim-master/voc12/dataloader.py", line 128, in init
self.img_name_list = load_img_name_list(img_name_list_path)
File "/home/fr/isim-master/voc12/dataloader.py", line 93, in load_img_name_list
img_name_list = np.loadtxt(dataset_path, dtype=np.int32)
File "/usr/local/anaconda3/envs/isim/lib/python3.8/site-packages/numpy/lib/npyio.py", line 1356, in loadtxt
arr = _read(fname, dtype=dtype, comment=comment, delimiter=delimiter,
File "/usr/local/anaconda3/envs/isim/lib/python3.8/site-packages/numpy/lib/npyio.py", line 999, in _read
arr = _load_from_filelike(
ValueError: could not convert string '2007_000032' to int32 at row 0, column 1.

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant