Open kulkarnikeerti opened 1 year ago
@MengyangPu, I tried to get the shapes of the variables involved here. color_seg.shape = (1, 321, 3) seg.shape = (1, 321, 481) label = 0 color = [0, 0, 0]
Do you think the output values here are causing the error?
@MengyangPu, I tried to get the shapes of the variables involved here. color_seg.shape = (1, 321, 3) seg.shape = (1, 321, 481) label = 0 color = [0, 0, 0]
Do you think the output values here are causing the error?
did you finish testing? i cannot address this problem
Please set launcher=pytorch in the ./tools/test.py, and use the function multi_gpu_test.
Hi @MengyangPu
Sorry to disturb you again with these many questions. I have encountered another error during testing. Error is as below:
Could you please help me what might be the reason for this error? PS: I have not changed any of the code. I am just trying to test the model