Search results

  1. VideoDad

    People can mask USPS AI detections

    The delivery model is now on Github along with exported models for YOLOv5 6.2, YOLOv5 NET, YOLOv8 and YOLOv8 NET Link: Custom delivery models on VideoDad's Github
  2. VideoDad

    People can mask USPS AI detections

    The delivery model is now on Github along with exported models for YOLOv5 6.2, YOLOv5 NET, YOLOv8 and YOLOv8 NET Link: Custom delivery models on VideoDad's Github
  3. VideoDad

    I need a Ethernet/power cable pigtail...

    It should come with a pigtail for both Ethernet and separate power. But is there a reason you aren't just connecting it with PoE (Power over Ethernet) so you don't need a separate power connection at the camera? If you don't already have a PoE switch, but just want to power this one camera, you...
  4. VideoDad

    DS-2CD2032-I Motion Not being Triggered

    Can you post your trigger settings for this camera? Are you using the built-in motion detection of the camera to trigger Blue Iris? Or are you using BI to detect the motion based on changed pixels?
  5. VideoDad

    People can mask USPS AI detections

    Interesting thought and maybe Ken is already thinking of optimizations that could be made. I know @MikeLud1 is doing some pre-processing of a plate (cropping, straightening) before sending it off to OCR. I don't know if he's got recommendations in improvements that Ken could add directly to BI...
  6. VideoDad

    People can mask USPS AI detections

    Ack! No wonder it was taking so long. Somehow in resetting my environment to work with YOLOv8, updating Python to 3.11, etc. it looks like pyTorch is NOT using the GPU. I'm figuring it out now. Thanks for the offer but I'd like to resolve this locally first. Update: It's processing now using...
  7. VideoDad

    People can mask USPS AI detections

    Just to give you an update... previously I could train a YOLOv5 model overnight. But though I think I've set up YOLOv8 similarly, it's taking quite a lot longer. When I started with the medium model (yolov8m.pt) it was upwards of an hour per epoch. Now, I've switched it to the small model...
  8. VideoDad

    People can mask USPS AI detections

    Got it... So basically just switching to the yolov8m model. Let me give that a go.
  9. VideoDad

    People can mask USPS AI detections

    I'd have to go back to the instructions I had to find out how to do that. Have you done that?
  10. VideoDad

    CodeProject.AI Version 2.5

    If it helps provide another data point, I'm not using the ALPR module and I'm using CPU only and I'm seeing the AI timeout 500 message in my logs too (on 2.51). Anything I can do to help narrow down the cause?
  11. VideoDad

    How’s the trial version lately?

    The same download can run in demo/evaluation mode for 15 days. During that time it has all the same features as the full version except the words "Blue Iris Evaluation Version" appear on every camera feed and alert. After the 15 days, the program will stop running as a service, will no longer...
  12. VideoDad

    Can anyone help with decrypting md5crypt hash?

    An MD5 hash is a one-way cryptographic function that takes a stream of data of any length and generates a fixed length digest value to be used to authenticate the message. In this case, the hash probably verifies that you have valid firmware from the manufacturer and not from a hacker. As a...
  13. VideoDad

    Smartthings automation

    Bingo! Glad you're up and running
  14. VideoDad

    Smartthings automation

    The .registrations file gets created on a successful handshake. It's clear that hasn't happened yet.
  15. VideoDad

    Smartthings automation

    Yeah just saw your post there. One thing that might be an issue is if your Windows Firewall on the BI PC is somehow blocking the message from the ST hub. As a test, you might temporarily turn off your Windows Firewall and then either reboot the ST hub (yet again) or change the IP settings on...
  16. VideoDad

    Smartthings automation

    Have you tried a reboot of your ST hub? When the Edge Device Driver gets loaded, it should contact your running Edgebridge server and let it know its IP address which is placed in the registration file. If you aren't seeing that, there's an issue with the handshake. There are ways to debug that...
  17. VideoDad

    Smartthings automation

    I'm not seeing any attachments. What's the IP address of your SmartThings hub and what's the IP address of your BI server? Please confirm that Edgebridge is also running on that server.
  18. VideoDad

    Is Rekor Scout still the best option?

    I'm using the Plate Recognizer service, but we're on a cul-de-sac with fewer than 2500 plates run per month so I'm able to use the free tier. If you're also under that many, consider it.
  19. VideoDad

    IP Cam Talk Custom Community DeepStack Model

    I would be interested to know if you get this working. I suppose if you had a lot of non-vehicle motion in front of your cameras (e.g. lots of foot traffic) it might make sense to cascade the detection. Personally I don't bother and just let the clone run the delivery model. I have about 4...
  20. VideoDad

    CodeProject.AI "To cancel:" list wildcard

    If you put something in the "to cancel" field it means you want to cancel anything that has already been confirmed by AI. So in your scenario, you are saying if a person is detected (to confirm), but something like a car, motorcycle, bicycle or dog is also detected (to cancel), then cancel the...