Ilya Fischhoff
Ilya Fischhoff
Thank you for sharing this repo. We would like to use the phase1 model to make predictions of animal vs. no animal in new images. Initially we intend to make...
Thanks for the helpful reply, @arashno! We tried solution 1. We get a syntax error in eval.py. I checked that we are able to import datetime in python in the...
Hi @arashno -- Thanks for this explanation and guidance. The invalid syntax error occurred because we had downloaded html file rather than eval.py file. We have solved this issue. Now...
Hi @arashno, thank you for pointing this out! We changed data_info.txt as you recommended. We really appreciate your help. We are now getting a different error that we again can’t...
I was using a mix of the two repos. That makes sense that version incompatibility would result -- my mistake. Using only this repo, I get this error: (r-reticulate) C:\Users\\Documents\R\bats\deep_learning_for_camera_trap_images-master>python...
> Although the other repository is compatible with Python 3, this repository only works with Python 2.7. > The import error is because you are using Python 3.6. Thanks for...
Hi @fdetsch thanks for looking into this and sorry for the slow response! I am working on getting the MODIS reprojection tool on my Mac so I can give this...
@fdetsch Apologies for the long delay! ``` library(devtools) install_github("MatMatt/MODIS") library(MODIS) lap = file.path(tempdir(), "MODIS_ARC") odp = file.path(lap, "PROCESSED") MODISoptions(lap, odp) ``` 'outDirPath' does not exist and will be created in...