MLWIC2
MLWIC2 copied to clipboard
Classify camera trap images using machine learning with R Shiny Apps
I saw a similar issue posted earlier, but I am able to select my Python location. When I try to run MLWIC2::runShiny('setup'), R works for several minutes installing conda packages,...
Initially I put in 5k photos to train 5 species. Later on I want to improve the accuracy by putting 5k photos in from. In this case do I need...
when running MLWIC2::runShiny('train'), some error coming here below: Warning: Error in UseMethod: no applicable method for 'train' applied to an object of class "character" 2: shiny::runApp 1: MLWIC2::runShiny whats wrong...
Hi all, I'm running this package and learning Anaconda/python for the first time. And am struggling with this error. classify(path_prefix = "C:/Users/bird_/Desktop/C7_07162019", data_info = "C:/Users/bird_/Desktop/image_labels.csv", model_dir ="C:/Users/bird_/Desktop/MLWIC2_helper_files", python_loc = "C:/Users/bird_/anaconda3/envs/enviro",...
Hi there, I am trying to test the species model on the example images. At first I got the error Traceback (most recent call last): File "run.py", line 412, in...
Similar issue to # 24. As near as I can tell, I do have tensorflow installed. Any other ideas on how to get this to recognize my computer as being...
Hi, I just noticed that you have updated the repository by including CFTEP model. Is there any documentation about what exactly CFTEP model does?
When I type the command MLWIC2::runShiny('make_input') the menu from 127.0.0.1:xxxx loads. I can pick my option, in this case 4; however when I click the button "Directory to store Input...
Hi Mikey, Posting this here in case it helps anyone else. I previously had `MLWIC2` working as expected on my **Windows** computer, but after a crash and rebuild of my...
Can anyone tell me why my classify() function will not run and does not tell me what the error is? I attached my script and results. I don't have really...