AMR
AMR copied to clipboard
ValueError: could not convert string '2007_000032' to int32 at row 0, column 1.
I have encountered such an error:
Traceback (most recent call last):
File "run_sample.py", line 114, in
change like these: 1. img_name_list = np.loadtxt(dataset_path, dtype=str) 2. return np.int32(img_name_list)
You should check whether the input of the ''args.train_list'' is correct. The normal input should be ''voc12/train.txt" or "voc12/val.txt".