hexiao0275 / S2ADet

[TGRS 2023] The official repo for the paper "Object Detection in Hyperspectral Image via Unified Spectral-Spatial Feature Aggregation".
GNU Affero General Public License v3.0
27 stars 6 forks source link

ModuleNotFoundError #1

Closed Rook1ex closed 1 year ago

Rook1ex commented 1 year ago

when I try to run train.py , "ModuleNotFoundError: No module named 'global_var' " was happened and then I try to pip this module,it doesn't work.What can i do to solve this problem?

hexiao0275 commented 1 year ago

I didn't find this error during the code run, the specific experimental environment is: pytorch==1.10.1 cudatoolkit==11.3.1 torchvision==0.11.2.

hexiao0275 commented 11 months ago

Are you running it on windows? The problem should be due to the lack of linux kernel, I run it on linux (ubuntu).