-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting
This page addresses miscellaneous errors and solutions encountered during tool workflow. Start here when encountering issues using CameraTrapDetectoR - if you cannot find your solution, please submit an issue to our team.
CameraTrapDetectoR depends on packages in the torch mlverse and it's possible software incompatibilities may arise. For example, the message: ℹ Additional software needs to be downloaded and installed for torch to work correctly. When experiencing this or other torch-related error messages, check to make sure R isn't prompting a software update in a hidden window. If that is not the case, try removing and reinstalling the torch mlverse packages with the following command:
remove.packages(c("torch", "torchvision", "torchvisionlib"))
install.packages(c("torch", "torchvision", "torchvisionlib"))
Start a new R session and resume CameraTrapDetectoR workflow.