Coder Social home page Coder Social logo

Cancel Flag Error about bi-aidetection HOT 4 CLOSED

vorloncd avatar vorloncd commented on August 12, 2024
Cancel Flag Error

from bi-aidetection.

Comments (4)

VorlonCD avatar VorlonCD commented on August 12, 2024

Pretty sure I fixed this yesterday with the latest version:
https://github.com/VorlonCD/bi-aidetection/releases
Let me know if that is not the case.

from bi-aidetection.

Village-Guy avatar Village-Guy commented on August 12, 2024

This log is taken with the latest release:
[22:22:23.225]: OnCreatedAsync> Adding new image to queue: E:\BlueIris\AI_Input\Drive._E24233880_20200901222222927_TIMING.jpg
[22:22:23.319]: ImageQueueLoop> Adding task #1 for file 'Drive._E24233880_20200901222222927_TIMING.jpg' on URL 'http://127.0.0.1:82/v1/vision/detection'
[22:22:23.325]: ImageQueueLoop> Waiting for any of 1 tasks to get done...
[22:22:23.339]: DetectObjects> 127.0.0.1:82 - Starting analysis of E:\BlueIris\AI_Input\Drive._E24233880_20200901222222927_TIMING.jpg...
[22:22:23.344]: DetectObjects> 127.0.0.1:82 - (1/6) Uploading image to DeepQuestAI Server at http://127.0.0.1:82/v1/vision/detection
[22:22:25.658]: DetectObjects> 127.0.0.1:82 - (2/6) Posted in 2285ms, Received a 33 byte response.
[22:22:25.661]: DetectObjects> 127.0.0.1:82 - (3/6) Processing results...
[22:22:25.664]: DetectObjects> 127.0.0.1:82 - Detected objects:
[22:22:25.666]: DetectObjects> 127.0.0.1:82 - (5/6) Performing alert CANCEL actions:
[22:22:25.681]: Trigger> Value cannot be null. | Parameter name: stringToEscape [ArgumentNullException] Mod: d__25 Line:1129:29
[22:22:25.740]: Save> Settings saved to C:\Users\Chris\Documents\AI Tool-Special\Release\AITool.Settings.json
[22:22:25.740]: DetectObjects> 127.0.0.1:82 - (6/6) Camera Driveway caused a false alert, nothing detected.
[22:22:25.743]: DetectObjects> 127.0.0.1:82 - Adding false to history list.
[22:22:25.753]: DetectObjects> 127.0.0.1:82 - ...Object detection finished:
[22:22:25.755]: DetectObjects> 127.0.0.1:82 - Total Time: 115ms (Count=1, Min=115ms, Max=115ms, Avg=115ms)
[22:22:25.758]: DetectObjects> 127.0.0.1:82 - DeepStack Time: 2285ms (Count=1, Min=2285ms, Max=2285ms, Avg=2285ms)
[22:22:25.763]: DetectObjects> 127.0.0.1:82 - File lock Time: 3ms (Count=1, Min=3ms, Max=3ms, Avg=3ms)
[22:22:25.766]: DetectObjects> 127.0.0.1:82 - Image Queue Time: 109ms (Count=1, Min=109ms, Max=109ms, Avg=109ms)
[22:22:25.769]: DetectObjects> 127.0.0.1:82 - Image Queue Depth: 1 (Count=1, Min=1, Max=1, Avg=1)
[22:22:25.772]: ImageQueueLoop> ...Task at index 0 done.
[22:22:25.774]: ImageQueueLoop> Done processing current image queue.
[22:22:53.240]: OnCreatedAsync>
[22:22:53.244]: OnCreatedAsync> Adding new image to queue: E:\BlueIris\AI_Input\Drive._E24233880_20200901222252934_TIMING.jpg
[22:22:53.302]: ImageQueueLoop> Adding task #1 for file 'Drive._E24233880_20200901222252934_TIMING.jpg' on URL 'http://127.0.0.1:82/v1/vision/detection'
[22:22:53.305]: ImageQueueLoop> Waiting for any of 1 tasks to get done...
[22:22:53.306]: DetectObjects> 127.0.0.1:82 - Starting analysis of E:\BlueIris\AI_Input\Drive._E24233880_20200901222252934_TIMING.jpg...
[22:22:53.336]: DetectObjects> 127.0.0.1:82 - (1/6) Uploading image to DeepQuestAI Server at http://127.0.0.1:82/v1/vision/detection
[22:22:55.538]: DetectObjects> 127.0.0.1:82 - (2/6) Posted in 2199ms, Received a 33 byte response.
[22:22:55.542]: DetectObjects> 127.0.0.1:82 - (3/6) Processing results...
[22:22:55.543]: DetectObjects> 127.0.0.1:82 - Detected objects:
[22:22:55.545]: DetectObjects> 127.0.0.1:82 - (5/6) Performing alert CANCEL actions:
[22:22:55.547]: Trigger> Value cannot be null. | Parameter name: stringToEscape [ArgumentNullException] Mod: d__25 Line:1129:29
[22:22:55.558]: Save> Settings saved to C:\Users\Chris\Documents\AI Tool-Special\Release\AITool.Settings.json
[22:22:55.558]: DetectObjects> 127.0.0.1:82 - (6/6) Camera Driveway caused a false alert, nothing detected.
[22:22:55.562]: DetectObjects> 127.0.0.1:82 - Adding false to history list.
[22:22:55.564]: DetectObjects> 127.0.0.1:82 - ...Object detection finished:
[22:22:55.567]: DetectObjects> 127.0.0.1:82 - Total Time: 110ms (Count=2, Min=110ms, Max=115ms, Avg=113ms)
[22:22:55.571]: DetectObjects> 127.0.0.1:82 - DeepStack Time: 2199ms (Count=2, Min=2199ms, Max=2285ms, Avg=2242ms)
[22:22:55.574]: DetectObjects> 127.0.0.1:82 - File lock Time: 26ms (Count=2, Min=3ms, Max=26ms, Avg=15ms)
[22:22:55.597]: DetectObjects> 127.0.0.1:82 - Image Queue Time: 58ms (Count=2, Min=58ms, Max=109ms, Avg=84ms)
[22:22:55.600]: DetectObjects> 127.0.0.1:82 - Image Queue Depth: 1 (Count=2, Min=1, Max=1, Avg=1)
[22:22:55.603]: ImageQueueLoop> ...Task at index 0 done.
[22:22:55.605]: ImageQueueLoop> Done processing current image queue.

from bi-aidetection.

VorlonCD avatar VorlonCD commented on August 12, 2024

Oh yup, just squashed the bug, but it may not be until tomorrow before I can update the release

from bi-aidetection.

Village-Guy avatar Village-Guy commented on August 12, 2024

No worries. Just found out the flag does not cancel the Record it just clears the Alert. I was hoping it would enable the trigger event to be cancelled. Thanks for all you work, I and many others I'm sure appreciate it.

from bi-aidetection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.