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

Unable to load Local task file and Local data file together #28

Open
patel-zeel opened this issue Sep 17, 2024 · 2 comments
Open

Unable to load Local task file and Local data file together #28

patel-zeel opened this issue Sep 17, 2024 · 2 comments

Comments

@patel-zeel
Copy link

Hi,

As per this guide, I was trying to load existing labeled geojson file on top of the task file on which those labels were generated but it is not working.

  • Loading Local task file alone works.
  • Loading Local data file alone works.
  • Loading Local data file and then loading Local task file erases the existing labels.
  • Loading Local task file first and then loading Local data file does not add any labels.
@rbrundritt
Copy link
Member

Ok, so 1, 2, and 3 are all expected. Loading a task file is like opening a new session.

#4 doesn't sound right and I can't reproduce this. Do you see any errors in the browser's dev console?

@patel-zeel
Copy link
Author

patel-zeel commented Sep 18, 2024

@rbrundritt No, I could not see any error in the dev console (even after setting the log level to "All"). Let me show the screenshots from start to end.

I load the task file

image

I label a dummy bounding box and save it

image

I load the task file again and try to load the saved bounding box geojson via Load data file option

Number of shapes is still 0 as you can see and I don't see the dummy bounding box on screen as well.

image

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

No branches or pull requests

2 participants