Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading training data in R doesn't work #20

Open
aeiche01 opened this issue Aug 6, 2024 · 3 comments
Open

Downloading training data in R doesn't work #20

aeiche01 opened this issue Aug 6, 2024 · 3 comments

Comments

@aeiche01
Copy link

aeiche01 commented Aug 6, 2024

If I try to download the training data in R, I get the following:

`

download(training = TRUE)

`
Error in vers[i] <- cont[[i]]$metadata$version :
replacement has length zero

I think the problem is in this section of zenodo_versions()


 for (i in 1:nv) {
        vers[i] <- cont[[i]]$metadata$version
        recid[i] <- cont[[i]]$record_id
    }
@bw4sz
Copy link

bw4sz commented Aug 6, 2024

Please post on DeepForestR, this is the python module. Thank you.

https://github.com/weecology/deepforestr/issues

@bw4sz bw4sz closed this as completed Aug 6, 2024
@ethanwhite
Copy link
Member

@bw4sz - in the future you can transfer these directly using the -> Transfer issue feature on the right.

@aeiche01 - I'm moving this over the the associated repository now and will try to get back to you this week.

@ethanwhite ethanwhite transferred this issue from weecology/DeepForest Aug 7, 2024
@ethanwhite ethanwhite reopened this Aug 7, 2024
@ethanwhite
Copy link
Member

@aeiche01 - Now that I look at this I'm actually confused about what you're trying to do. Can you please show more complete code from DeepForest or deepforestr to replicate your problem. I don't believe that we have a function for downloading training data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants