Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mart9992
/
nervn
like
2
Inference Endpoints
arxiv:
14 papers
Model card
Files
Files and versions
Community
Deploy
3df311a
nervn
/
segment_anything
/
.flake8
mart9992
m
b793f0c
10 months ago
raw
Copy download link
history
blame
Safe
211 Bytes
[flake8]
ignore = W503, E203, E221, C901, C408, E741, C407, B017, F811, C101, EXE001, EXE002
max
-
line
-length =
100
max
-complexity =
18
select = B,C,E,F,W,T4,B9
per-
file
-ignores =
**/__init__.
py
:F401,F403,E402