Coder Social home page Coder Social logo

aisafety's People

Contributors

a157801 avatar raykr avatar sharinka0715 avatar shunchang-liu avatar xiaoyisong avatar yzx835 avatar zaozhe6666 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aisafety's Issues

关于ImageMagick

在运行test中的代码时,出现下面的错误:
Traceback (most recent call last):
File "D:\ProgramData\Anaconda3\envs\AIsafety\lib\site-packages\wand\api.py", line 137, in
libraries = load_library()
File "D:\ProgramData\Anaconda3\envs\AIsafety\lib\site-packages\wand\api.py", line 126, in load_library
raise IOError('cannot find library; tried paths: ' + repr(tried_paths))
OSError: cannot find library; tried paths: []

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "testimport.py", line 16, in
from EvalBox.Analysis.evaluation_base import Evaluation_Base
File "E:\pycode\pycharmCode\AISafety\test/..\EvalBox\Analysis\evaluation_base.py", line 25, in
from EvalBox.Attack.CorAttack.corrupt import CORRUPT
File "E:\pycode\pycharmCode\AISafety\test/..\EvalBox\Attack\CorAttack_init_.py", line 5, in
from .corruptions import *
File "E:\pycode\pycharmCode\AISafety\test/..\EvalBox\Attack\CorAttack\corruptions.py", line 17, in
import wand.color as WandColor
File "D:\ProgramData\Anaconda3\envs\AIsafety\lib\site-packages\wand\color.py", line 10, in
from .api import library
File "D:\ProgramData\Anaconda3\envs\AIsafety\lib\site-packages\wand\api.py", line 163, in
'Try to install:\n ' + msg)
ImportError: MagickWand shared library not found.
You probably had not installed ImageMagick library.
Try to install:
http://docs.wand-py.org/en/latest/guide/install.html#install-imagemagick-on-windows

语音攻击ImperceptibleCW

请问语音攻击里Imperceptible_CW算法有没有原论文,没有看懂,但也没找到更多参考资料

运行出错

1.按照API接口文档8.1. 参考实例1(白盒攻击)参数设置时
--Scale_ImageSize
(375,500)
--Crop_ImageSize
(375,500)
报错
testimport.py: error: argument --Scale_ImageSize: invalid int value: '(375,500)'

2.按照示例进行自定义参数调用
python testimport.py --attack_method "FGSM" --evaluation_method "ALDp" --model_dir ""
出错提示
['FGSM', '', 'attack_param/FGSM/fgsm_01.xml'] ALDp
Traceback (most recent call last):
File "testimport.py", line 242, in
main(args=arguments)
File "testimport.py", line 91, in main
adv_xs_npy = r_a.gen_attack_Samples()
File "D:\Code\Robustness\venv\AISafety\test/..\EvalBox\Analysis\Rebust_Eval.py", line 283, in gen_attack_Samples
device, model, att, att_name = self.setting_device(model_dir, self.model_name)
File "D:\Code\Robustness\venv\AISafety\test/..\EvalBox\Analysis\evaluation_base.py", line 196, in setting_device
model = self.get_model(model_dir, model_name, device)
File "D:\Code\Robustness\venv\AISafety\test/..\EvalBox\Analysis\evaluation_base.py", line 167, in get_model
model = eval(model_name)(pretrained = True)
File "", line 1, in
NameError: name 'Models' is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.