SongYupei
SongYupei
Traceback (most recent call last): File "main.py", line 529, in main() File "main.py", line 522, in main 'output_images/birds_eye_lines') File "main.py", line 54, in transform_image_files dst_img = transformation(img) File "main.py", line...
Thanks for sharing the code of the paper. I have a question about the code in line 234-237. https://github.com/DSaurus/DeepMultiCap/blob/4e93adfbdd60520d4edaa8bd8e461fe41d01c489/lib/model/DMCNet.py#L234 `` geo_feature = torch.cat(geo_feature, dim=0) print('attention input shape:{0}'.format(geo_feature.shape)) # [4, 1,...