Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Sharing a Project Between Computers #1057

Open
freeglobetrekker opened this issue Aug 22, 2021 · 1 comment
Open

Sharing a Project Between Computers #1057

freeglobetrekker opened this issue Aug 22, 2021 · 1 comment

Comments

@freeglobetrekker
Copy link

Describe the bug
When all files from a project are exported into a .zip folder and shared with another computer, the original annotated project cannot be seen. Cannot see the annotated project, just the original video.

To Reproduce
Steps to reproduce the behavior:

  1. Share a project .vott & all .json files including original video source folders and export folders

Expected behavior
Be able to open the same project and see all annotations

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser N/A
  • Version 2.2.0

Additional context
Is the cloud project option the only way to share between users?

@michaildrozdov
Copy link

I have the same issue. Aside from having the security token on the other computer you have to change all the references (paths) to new locations of images. Those are in the project file and in all asset files. This is because absolute paths are used in the tool when using the local file system. The best solution I came up with is to write a script, which finds all the paths and changes them to current path. Source and target connections still have to be created on this another computer. The only side effect I observed so far is that same images on the other computer are treated as not visited so if you scroll past the last annotated image you will get duplicate assets (maybe the path is also incorporated into asset ID somehow) created.

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

No branches or pull requests

2 participants