Cavendish518 / SFPNet

This repo is the official code for the paper SFPNet (ECCV 2024) and dataset S.MID.
Other
55 stars 1 forks source link

Several findings in package version and liscense file missing in the code. #4

Open zhunangua opened 1 week ago

zhunangua commented 1 week ago

Hi, I tried to modify your demo.py file and run the checkpoint for KITTI . Then I found that it would report an error about shape on 4090. This may be because the minimum version of spconv library supported by 4090 handles input and output channels differently, e.g. [5,5,5,256,256] and [256,5,5,5,256]. Adjust the order and it will work.

zhunangua commented 1 week ago

The license file is only provided in S.MID. Could you please add a license file for code? Thanks!

Cavendish518 commented 1 week ago

Hi, I tried to modify your demo.py file and run the checkpoint for KITTI . Then I found that it would report an error about shape on 4090. This may be because the minimum version of spconv library supported by 4090 handles input and output channels differently, e.g. [5,5,5,256,256] and [256,5,5,5,256]. Adjust the order and it will work.

Many thanks for sharing the information.

Cavendish518 commented 1 week ago

The license file is only provided in S.MID. Could you please add a license file for code? Thanks!

LICENSE file has been added.