-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Possible Bug: Task Completion Time setpoint from prior task time in Queue #1152
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
Open
Labels
Comments
Test 1/3: Test 2/3: Test 3/3: |
This seems to be due to NodeODM's logic, which uses creationTime (rather than startTime) to compute the total number of seconds elapsed. So if a task is in queue for 6 minutes, the timer will jump to 6 minutes at the start. |
Same issue: #904 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How did you install WebODM (docker, installer, etc.)?
Docker
What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
Microsoft Edge Beta, Flatpak, Version 99.0.1150.30
Alpine Linux 3.15 Edge, x64
What is the problem?
When processing multiple tasks on a single node in a queue, the subsequent tasks' processing times begin at something like 33s less than the final processing time of the preceeding task.
So:
Task 1: Starts at 0:00
Task 1: Finishes at 5:00
Task 2: Starts at 4:27
Task 2: Finishes at 10:00
Task 3: Starts at 09:27
Task 3: Finishes at 15:00
How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a dataset, you must include a copy of your dataset uploaded on Dropbox, Google Drive or https://dronedb.app)
My computer was laggy enough that I missed both transitions. Difference in task processing time between the three identical tasks likely due to laptop on battery, thermal throttling/scaling, and swapping out to eMMC drive.
Initial State:

Task 1 to Task 2 Transition:
https://user-images.githubusercontent.com/19295950/156492244-2526391e-3904-44d1-a667-bd2ce6cddc06.mp4
Task 2 to Task 3 Transition:
https://user-images.githubusercontent.com/19295950/156492283-3d0d390c-b17a-441b-805a-593698533be2.mp4
Final State:

The text was updated successfully, but these errors were encountered: