MLWIC2 icon indicating copy to clipboard operation
MLWIC2 copied to clipboard

Classify camera trap images using machine learning with R Shiny Apps

Results 18 MLWIC2 issues
Sort by recently updated
recently updated
newest added

Hi @mikeyEcology, With reference to training our own model, I would like to ask if it is possible to use transfer learning and initialise the model using pre-trained weights (e.g....

When I run the function `MLWIC2::runShiny('setup')`, I cannot select the folder where Python is located.

1) I've trained my own model using roughly 3500 images. I specified 3 classes (Spedies-ID 0, 1, 2). Two are species and one 'empty' category. Upon testing the model, the...

Hi there, I am having trouble running the classify function. I have gotten MLWIC to run, however MLWIC2 is not working. I am getting an error that the classify function...

I'm trying to get this package to work with just the example images and example code, but I get an error about not being able to find python even though...

Hi, Could it be possible to use the estimated models (I mean, the model weights, for instance in architecture ResNet-18) outside of MLWIC2, for those of us who prefer Python...

Hi @mikeyEcology, Thank you for your previous help regarding the training of the model with GPU. After training a new model (Resnet34) with my images, I tried to classify another...

I'm training a model on a supercomputer and since `train()` is using all cores I would like to limit the number of cores used. I tried to set `num_cores =...