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

[BUG] Push the annotations via Command Line! #2004

Open
aswinvk28 opened this issue Nov 13, 2022 · 1 comment
Open

[BUG] Push the annotations via Command Line! #2004

aswinvk28 opened this issue Nov 13, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@aswinvk28
Copy link

Observation

  • I may be able to do this
import deeplake


if __name__ == "__main__":
  
  ds = deeplake.load("./ActiveLoop-Dataset", token="<the_token_you_generated_using_the_app>")
  
  src = './ActiveLoop-Dataset/'
  dest = 's3://virtual-demand-inspection/consruction-site-dataset/'

  ds = deeplake.ingest(src, dest)
  • I'm not able to push the code from Github command line

https://docs.activeloop.ai/getting-started/dataset-version-control

https://docs.activeloop.ai/getting-started/dataset-version-control

  • Also the documentation for DVC with Activeloop.ai does not seem complete! It is difficult to programmatically apply these codes from command line without any piping or filtering
@aswinvk28 aswinvk28 added the bug Something isn't working label Nov 13, 2022
@istranic
Copy link
Contributor

istranic commented Mar 1, 2023

Hey @aswinvk28 . Apologies for the late reply. Which error did you encounter? One possible issue is that if you're ingesting data to S3, you'll need to provide credentials to deeplake.ingest(... creds = {...}).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants