Giter Club home page Giter Club logo

fieldimager.extra's People

Contributors

apariciojohan avatar filipematias23 avatar pspawar71 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fieldimager.extra's Issues

Error to run Supervised way of classification using RandomForest for multispectral data (Mavic-3 Pro)

Hello,
Previously, I tried all the classification methods as mentioned on your Github and that worked. However, I am trying the supervised method using Random forest and I get the following error consistantly. Please help me out regarding this issue. It will be highly appreciated. Thank you.

Error:
classification<-fieldSegment(mosaic = Test, trainDataset = training_sam)
[1] "Starting supervised classification ..."
Error in predict.randomForest(modelFit, newdata) :
variables in the training data missing in newdata

Code:

soil<-fieldView(mosaic = Test, editor = TRUE)
soil<-st_as_sf(st_sample(soil, 200))
soil$class<-'soil'

plants<-fieldView(mosaic = Test, editor = TRUE)
plants<-st_as_sf(st_sample(plants, 200))
plants$class<-'plants'

training_sam<-rbind(soil,plants)

classification<-fieldSegment(mosaic = raster(Test), trainDataset = training_sam)

Using depreciated method in fieldShape_render()?

image
Trying to run the demo in the description on the given dataset and on one of my orthos

  • after placing the trial bounds and hitting the done button, the error happens
  • I've tried manually loading mapedit and dplyr and this has not affected the error and it replicates every time

Steps: load packages, load ortho and .csv file, create fieldMap, fieldShape_render(), place trial bounds in visualization, click "Done", ERROR

Problem with Fieldview function, does not exist

Trying to install the FIELDimageR.EXTRA in Rstudio. I downloaded the ZIP and followed all steps and code. Then error with this after:

library(FIELDimageR.Extra)
Error in library(FIELDimageR.Extra) :
there is no package called ‘FIELDimageR.Extra’

Please advise, I can send the results of the ZIP package installation and such if the problem would be there. My prof walked out and tasked us with solving this as our assignment since no one in class could get it to work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.