You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am new to UAV image processing and am working through simple steps in FIELDimageR to get the hang of it. The n.cores option, which I would like to be able to use with larger images, is creating a problem. Running this:
Gives this error:
Error in file(fn, "rb") : cannot open the connection
In addition: Warning message:
In file(fn, "rb") :
cannot open file 'C:\Users\username\AppData\Local\Temp\Rtmp84cN89\raster\r_tmp_2022-03-23_174608_12732_49880.gri': No such file or directory
The same code runs fine without the n.core=2 option. Any idea how I can fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am new to UAV image processing and am working through simple steps in FIELDimageR to get the hang of it. The n.cores option, which I would like to be able to use with larger images, is creating a problem. Running this:
EX0 <- stack("mosaic0.jpg")
EX0.Rotated <- fieldRotate(mosaic = EX0, clockwise=TRUE, h=FALSE, fast.plot=TRUE, n.core=2)
Gives this error:
Error in file(fn, "rb") : cannot open the connection
In addition: Warning message:
In file(fn, "rb") :
cannot open file 'C:\Users\username\AppData\Local\Temp\Rtmp84cN89\raster\r_tmp_2022-03-23_174608_12732_49880.gri': No such file or directory
The same code runs fine without the n.core=2 option. Any idea how I can fix this?
Thanks!
The text was updated successfully, but these errors were encountered: