Closed Bitterdhg closed 1 year ago
Thanks for the wonderful work.
According to the README, I infer the model, but I meet the bug that i can't fix. It occurs https://github.com/songw-zju/Meta-RangeSeg/blob/542f3e575c0ebd9d21e63d201a1cd4cf2ad4a317/train/tasks/semantic/dataset/kitti/parser.py#L245
The error message is as follows
I print the seq and index, and I find seq == 08 and index == 8 when the error occurs.
seq
index
if self.use_residual: for i in range(self.n_input_scans): print("seq") print(seq) print("index") print(index) exec("residual_file_" + str(i + 1) + " = " + "self.residual_files_" + str(i + 1) + "[seq][index]")
So how can I fix this error?
Thanks for the wonderful work.
According to the README, I infer the model, but I meet the bug that i can't fix. It occurs https://github.com/songw-zju/Meta-RangeSeg/blob/542f3e575c0ebd9d21e63d201a1cd4cf2ad4a317/train/tasks/semantic/dataset/kitti/parser.py#L245
The error message is as follows
I print the
seq
andindex
, and I findseq
== 08 andindex
== 8 when the error occurs.So how can I fix this error?