Timm Kühnel

Results 4 issues of Timm Kühnel

Some `.Rmd` files for papers do not include code themselves, but link to script files via the `source("./script.R")` function. In these script files, there likely will be libraries required, as...

wontfix

INLA must be installed from a specific repo, see http://www.r-inla.org/download ``` install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE) ``` This should be supported both during predetect (https://github.com/o2r-project/containerit/blob/b4a05fa37bc003a11f7822ed2b257fbe38f0def1/R/sessionInfo-localbuild-methods.R#L137) and for the Dockerfile generation. A...

Hello there, I am currently developing a tool that will automatically extract images from an HTML document as `Buffers`, compare them, and create a 'diff-document' containing the output images from...

Hello there, First off, thanks for your work on this repo! I am trying to run your explainer on a custom trained YOLOv5 under late v6.1 (pulled from master shortly...