Skip to content

Troubleshooting

Amira Burns edited this page Feb 8, 2023 · 2 revisions

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.


Torch software error

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.

Clone this wiki locally