question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remember what frame you were on

See original GitHub issue

My actions before raising this issue

  • Read/searched the docs
  • Searched past issues

I’ve had twice now that the website crashes when I am mid video, and I don’t know exactly where I am, I think a good addition would be to either when you load back in have a ‘continue from where you left’ button or that it simply starts you where you left.

Expected Behaviour

For each time the frame is changed, use something like the google chrome local storage or a storage for the current user which stores the current frame. Thus if something were to happen, then you don’t have to spend a lot of time trying to find your way back.

Current Behaviour

Currently you start on frame 0 which gives you no indication of where you left

Possible Solution

Very rough idea for implementation:

//on load
storage = window.localStorage;
current_frame = int(localStorage.getItem('frame' + task_name));
jump_to_frame()

// on new frame
storage.setItem('frame' + task_name, current_frame);

Steps to Reproduce (for bugs)

Context

I’ve had to look for where I was in the video after chrome tab crashed.

Your Environment

  • Git hash commit (git log -1): fb6305fff8801e6c56a1f671eb7416258c18ede2
  • Docker version docker version (e.g. Docker 17.0.05): 20.10.9
  • Are you using Docker Swarm or Kubernetes? no
  • Operating System and version (e.g. Linux, Windows, MacOS): Linux Ubuntu
  • Code example or link to GitHub repo or gist to reproduce problem:
  • Other diagnostic information / logs:
    Logs from `cvat` container

Next steps

You may join our Gitter channel for community support.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ActiveChooNcommented, Mar 22, 2022

Suggestion with a “Continue from N frame” was implemented in https://github.com/openvinotoolkit/cvat/pull/4297. I will keep this PR open because of a memory issue.

0reactions
bsekachevcommented, Nov 2, 2022

Let’s have another issue for memory leak if it still relevant…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remember Frame - Etsy
Check out our remember frame selection for the very best in unique or custom, handmade pieces from our wall hangings shops.
Read more >
Personalized Picture Frames - Things Remembered
Shop our selection of custom picture frames at Things Remembered. Make the picture frame extra special by engraving a name or date close...
Read more >
Psalm 103:14 For He knows our frame - Bible Hub
For He knoweth our frame; He remembereth that we are dust. For He has known our frame, Remembering that we [are] dust. For...
Read more >
MARIPOSA 3911RD Remember This Day Frame, 5" x 7"
Birthdays, graduations, weddings - so many precious days to remember. Frame a photo of an occasion you hold dear in our "remember this...
Read more >
Souvenir Display - Pinterest
Souvenir Display. Frame the currency from the countries you've been! Allows you to always remember each one ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found