Recent content by brianegge

  1. brianegge

    CodeProject.AI Version 2.5

    Hi Mike, Any updates to getting the license plate model built?
  2. brianegge

    People can mask USPS AI detections

    Exactly. One benefit is not needing to run the model, saving some compute, but the larger improvement comes from feeding a cropped version to the delivery.pt model.
  3. brianegge

    People can mask USPS AI detections

    Has there been any work in applying models serially? I know we have the option in BI to run ALPR only on vehicle detections, but for the delivery model, I'd also only want it running if first there was a vehicle detection, and ideally, it would crop and only send the vehicle portion of the image...
  4. brianegge

    People can mask USPS AI detections

    I label my images on Roboflow and train on my Ubuntu PC which has a 3080. After installing ultralytics, I train using this command: `yolo task=detect mode=train model=yolov8m.pt data=../data.yaml epochs=300 imgsz=640 batch=-1
  5. brianegge

    CodeProject.AI Version 2.5

    You need a beefy GPU to train models, but most PCs should be able to run (inference). You can also train models in the cloud. For example, you can train a model in Roboflow in just a few clicks, but you'll pay per model it trains.
  6. brianegge

    People can mask USPS AI detections

    Hi @VideoDad , Some of us are using Yolov8 models. Could you build a yolov8 version of your model? Or better yet, upload the images to Roboflow as a public project, so people can augment and train.
  7. brianegge

    CodeProject.AI Version 2.5

    My model is trained only off images captured from my IPCam. These types of images are much different that the stock images used to train most yolo models. The model is overfit, but works well for me. I think most of yolov8's improvements are due to better training, but the yolov5 and yolov8...
  8. brianegge

    CodeProject.AI Version 2.5

    Hi Mike, I've been having some success training a Yolov8 model. How do I run some yolov5 and some yolov8 models? I don't have a yolov8 license plate model. It seems if I run both modules in CPAI, it either runs both or complains about missing models on each inference.
  9. brianegge

    OpenALPR Webhook Processor for IP Cameras

    Thank you. I've updated my container to the latest and it's running fine after changing my port to 8080. I'm very happy with the project! I have a few questions... 1) Others have commented it would be helpful to have the images stored separately. I would like to keep my plates database on...
  10. brianegge

    OpenALPR Tool - Save and Query CSV Exports Steps I took To Get Mine Working. ZERO Programming Experience.

    I didn’t change any settings for the local web server, but I can control-click the config file link, which shows it’s working fine. The PC is windows 10, and Edge is the only installed browser. However, there is an embedded browser in the tool, and that one seems out of date. I can hit both...
  11. brianegge

    OpenALPR Tool - Save and Query CSV Exports Steps I took To Get Mine Working. ZERO Programming Experience.

    Hi, I know I'm late to this thread, but trying to get the downloader to work. I have Rekor recording about 4,000 plates per week. I'm able to get the tool to start. It complains about the .NET 4.6.2, which I subsequently downloaded. The first time it starts it complains its using an out of...
  12. brianegge

    AI works in debug but doesn't log it.

    I have Rekor setup with a 1080p 10fps substream 2, and configured BI to use the same. I tried using the main stream and didn't see any different. Since my stream is 10fps, I set the realtime images to 30, which I would expect would give me 3 seconds. Initially I planned to run CPAI on the...
  13. brianegge

    AI works in debug but doesn't log it.

    I am having the same sort of issue. I currently have Rekor working flawlessly. I was hoping to move off their paid subscription, mostly so I can create actionable alerts and also keep more than five days of history. However, BI / CPAI seems to be missing most of time, though if i step through...
  14. brianegge

    HTTP Snapshots Download Times Slow [Advanced Question]

    I have 15 cameras and had been polling them for AI because my Jetson nano couldn’t keep up with rtsp streams. But eventually they would stop responding to http requests and I’d have to reboot the camera. What I found does work is having each camera setup to ftp on motion. The images are high...
  15. brianegge

    Parking lot light pole install

    I have a parking lot with a light on a pole near the edge. The light is a bright LED kind pointing down. I’m wondering if it would be a problem to have the camera below the luminaire. I’m trying to avoid a second pole just for cameras. I’d like it to function like this
Top