|
The APIs are out and we've provided some samples, but not enough samples. We would like you guys to help flesh out our list of samples, so if you've implemented an API client in node.js, VB, Rails, C++ - anything that anyone might use - then please let us know on this forum and we'll incorporate them into the docs.
cheers
Chris Maunder
|
|
|
|
|
At my house I have a raccoon and mouse problem. I also have other animals running around like my cat, ducks geese. Code project thinks my cat is a cat, dog, elephant and more. It thinks the raccoons are cats usually and thinks that mice are cats. Is there any way to improve accuracy? I have tried using the different custom models.
|
|
|
|
|
|
For give my ignorance, but how do I go about using this? I didn't this in documentation. Thanks.
|
|
|
|
|
|
I am using CPAI with Blue iris. I see that I can see the custom models for BI under the IRIS settings that are available. By default it looks like there are
actionnetv2.pt
ipcam-animal.pt
ipcam-combined.pt
ipcam-dark.pt
ipcam-geeneral.pt
license-plate.pt
In blue iris, each camera can have custom models used for the AI alert. On most of my cameras, I don't need to know if there is a license plate as they more for people. Can I just list the ones that I want that camera to use and thus not use the license-plate.pt?
Do I list them in a string with comas between them and do I include the extension (.pt)?
actionnetv2.pt,ipcam-animal.pt,ipcam-combined.pt,ipcam-dark.pt,ipcam-geeneral.pt
Is there a way to use boolean operators in this area so if I want to use all the models EXCEPT the license plate model I could exclude it?
Is there a place I can get a general idea of what each is used for so I can know if I should include it?
Lastly if this is better posted in another section of forum, please let me know.
Thanks
modified 19-Nov-23 11:51am.
|
|
|
|
|
|
Thank you for pointing me to the correct spot and I apologize for this post.
|
|
|
|
|
Yes, you can specify the custom models for Blue Iris cameras in a comma-separated list without the file extension. For example:
```
actionnetv2,ipcam-animal,ipcam-combined,ipcam-dark,ipcam-general
```
There is no direct support for boolean operators or exclusions. Each model serves a specific purpose, and while their exact details might not be explicitly mentioned in the configuration, you can generally infer their use based on the model names. For example<a href="calcularrfc.com.mx"></a>, "license-plate.pt" is likely designed for license plate recognition.
If you need detailed information on each model, it's recommended to consult the documentation, release notes, or forums related to CodeProject.AI or Blue Iris for any specifics regarding the models and their use cases.
|
|
|
|
|
Good morning,
I have successfully installed code project but I can't understand how to use the license plate recognition module in hassios. Is there any documentation about it or could you explain to me..
Thank you
|
|
|
|
|
|
Hi,
Can anyone tell me what software I need to download to install this on Windows 64?
I'm unsure if the CPAI Coral Module contains all the required software / drivers or if I need to inpendently download some such as Corals PCI Driver, EdgeTPURuntime.exe which I believe also configures PCIE Drivers as well, and the PyCoralLibrary.
The Coral website seems to suggest command line instructions are needed whereas I thought CPAI was configuring an all in one download that takes care of everything.
Help appreciated
|
|
|
|
|
This is the CodeProject API forum, not the CodeProject AI from.
You want CodeProject.AI Discussions
"Mistakes are prevented by Experience. Experience is gained by making mistakes."
|
|
|
|
|
Thanks Mathew.
I wish they'd transition to a traditional message forum board as it's really difficult to navigate on here.
|
|
|
|
|
I gett this error when installing the yolo5-3.1 adapter:
22:06:11:yolo_adapter.py: Traceback (most recent call last):
22:06:11:yolo_adapter.py: File "/app/modules/YOLOv5-3.1/yolo_adapter.py", line 13, in
22:06:11:yolo_adapter.py: from request_data import RequestData
22:06:11:yolo_adapter.py: File "/app/modules/YOLOv5-3.1/../../SDK/Python/request_data.py", line 8, in
22:06:11:yolo_adapter.py: from PIL import Image
22:06:11:yolo_adapter.py: ModuleNotFoundError: No module named 'PIL'
|
|
|
|
|
|
I need to collab with ayan4m1 on a project involving the CP API, but the issue is we need to pull article content.
He's not really hot in the writing department, and I'm not really hot on gatsby, so I was hoping there was someway I could give him access to my articles via the API without outright granting him access.
The other reason I'd like to do this is I want to catalog links to my articles involving GFX from the GFX website automatically, and I'd rather not be shipping my credentials to do so.
I was really hoping you could generate/use API keys with this, both for security reasons and for collaborative reasons.
As it is I cannot work with anyone on this project unless we use two different working sets, and that's no bueno.
To err is human. Fortune favors the monsters.
|
|
|
|
|
Sorry - I just saw this. Let me ask Matthew - the wizard on all things API - and see what his thoughts are
cheers
Chris Maunder
|
|
|
|
|
Could you give me further details on what it is you are trying to accomplish?
There are a lot of tools and APIs available on the CodeProject site that may accomplish what you need to do.
- How is ayan4m1 going to collaborate with you?
- would this Search give you the links you need?
I'm happy to work with you to get this working.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
Also, it is possible to have a "reading list" for your articles that will appear in the top right of the article.
An example of this is on Use Fusion Development to Level Up AI Apps Part 1: Building the Power App.
If you are interested, I think Sean or another admin may have to put this together for you, but it is pretty easy.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
I don't know if you read them, but as Matthew answered to Chris' message instead to your message...
Just a heads up to have a look, because he asked you for some more details.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
modified 25-Sep-22 17:01pm.
|
|
|
|
|
I can't find information about this.
|
|
|
|
|
|
I was perusing the API docs, and there's nothing there that talks about getting actual article info, such as number of views, downloads, bookmarks, and score . If this isn't available, I' have to scrape HTML which is a wholly unreliable method for determining these values because the format/layout of an article page is subject to change.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|