ASGuard-UCI / MSF-ADV

MSF-ADV is a novel physical-world adversarial attack method, which can fool the Multi Sensor Fusion (MSF) based autonomous driving (AD) perception in the victim autonomous vehicle (AV) to fail in detecting a front obstacle and thus crash into it. This work is accepted by IEEE S&P 2021.
https://sites.google.com/view/cav-sec/msf-adv
MIT License
73 stars 14 forks source link

can't find pytorch=0.4.1=py36_py35_py27__9.0.176_7.1.2_2 #10

Open 2019211753 opened 1 year ago

2019211753 commented 1 year ago

Can I find another library to replace it? When I replace it with pytorch=0.41, I get an error: Traceback (most recent call last): File "attack.py", line 2, in import neural_renderer as nr File "/home/data3_2.5/yb/anaconda3/envs/msf-adv/lib/python3.6/site-packages/neural_renderer/init.py", line 3, in from .load_obj import load_obj File "/home/data3_2.5/yb/anaconda3/envs/msf-adv/lib/python3.6/site-packages/neural_renderer/load_obj.py", line 8, in import neural_renderer.cuda.load_textures as load_textures_cuda ImportError: /home/data3_2.5/yb/anaconda3/envs/msf-adv/lib/python3.6/site-packages/neural_renderer/cuda/load_textures.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at5ErrorC1ENS_14SourceLocationESs

hansoogithub commented 10 months ago

im also facing the same issue with the same results

xiaoxiaowu99 commented 10 months ago

im also facing the same issue with the same results

If you need help, you can contact me to solve it.

zahid414 commented 9 months ago

how did you solve this problem?

QuteSaltyFish commented 8 months ago

same issue here, any solutions?