Wei-Yu Lee

12 papers A 1B 1C 2Misc 2Journal 3Unranked 3
YearRankTypeTitle / Venue / Authors
2024 J jnl
IEEE Trans. Intell. Veh.
Wei-Yu Lee, Ljubomir Jovanov, Asli Kumcu, Wilfried Philips
2024 conf
ECCV (64)
Wei-Yu Lee, Martin D. Dimitrievski, David Van Hamme, Jan Aelterman, Ljubomir Jovanov, Wilfried Philips
2023 conf
WACV (Workshops)
Wei-Yu Lee, Ljubomir Jovanov, Wilfried Philips
2022 conf
ECCV Workshops (5)
Wei-Yu Lee, Ljubomir Jovanov, Wilfried Philips
2022 Misc conf
ICASSP
Wei-Yu Lee, Jheng-Yu Wang, Yu-Chiang Frank Wang
2021 A conf
BMVC
Wei-Yu Lee, Ljubomir Jovanov, Wilfried Philips
2021 C conf
IV
Wei-Yu Lee, Martin D. Dimitrievski, Ljubomir Jovanov, Wilfried Philips
2020 B conf
ICIP
Wei-Yu Lee, Yu-Chiang Frank Wang
2019 Misc conf
ICASSP
Wei-Yu Lee, Po-Yu Chuang, Yu-Chiang Frank Wang
2017 J jnl
IET Comput. Vis.
Wei-Yu Lee, Chi-Ying Li, Jia-Yush Yen
2013 J jnl
IEEE Trans. Multim.
Chung-Hsien Wu, Wen-Li Wei, Jen-Chun Lin, Wei-Yu Lee
2007 C conf
PSIVT
Chun-Hsien Chou, Kuo-Cheng Liu, Wei-Yu Lee
redb/extractors/decompiler/bninja/pyproject.toml
← Index redb/extractors/decompiler/bninja/pyproject.toml ini
[project]
name = "bninja"
version = "0.1.0"
requires-python = ">= 3.12"
dependencies = []

[tool.ruff]
line-length = 88
target-version = "py312"
exclude = [
    "_archive"
]
# Enable or disable some rules
[tool.ruff.lint]
select = [
    # pycodestyle
    "E",
    # Pyflakes
    "F",
    # pyupgrade
    "UP",
    # flake8-bugbear
    "B",
    # flake8-simplify
    "SIM",
    # isort
    "I",
]
ignore = ["E501"]

[tool.ruff.format]
quote-style = "double"
indent-style = "space"