Weilin Xu
Weilin Xu
Hi Kai, Thanks for sharing the code and pretrained models online. It's an amazing work! Would you issue a license for the public to use your work? FYI, pretrained models...
Hi, when are you going to add support to iOS8? Many thanks.
ART v1.15.1 and v1.15.2 fix a few bugs since v1.15.0, but armory-testbed[engine] freezes the dependency on ART v1.15.0. I would recommend using tilde requirements (https://python-poetry.org/docs/dependency-specification/) in case of future bug...
# What does this PR do? While MART uses [0,255] image as the canonical format, many existing models use the [0,1] image format or imagenet-normalized input. This PR adds transforms...
# What does this PR do? Fixes #\ ## Type of change Please check all relevant options. - [ ] Improvement (non-breaking) - [ ] Bug fix (non-breaking) - [...
# What does this PR do? Fixes #\ ## Type of change Please check all relevant options. - [ ] Improvement (non-breaking) - [ ] Bug fix (non-breaking) - [...
# What does this PR do? Fixes #\ ## Type of change Please check all relevant options. - [ ] Improvement (non-breaking) - [ ] Bug fix (non-breaking) - [...
# What does this PR do? Fixes #\ ## Type of change Please check all relevant options. - [ ] Improvement (non-breaking) - [ ] Bug fix (non-breaking) - [...
# What does this PR do? This PR makes datamodule give input in the [0,1] scale, so that it is compatible with many other existing tools. - Remove [0,1]->[0,255] transforms...