codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
574 stars 136 forks source link

Custom Module Path #66

Closed rbflurry closed 8 months ago

rbflurry commented 10 months ago

Area of Concern

Describe the bug Using "/app/AnalysisLayer/ObjectDetectionYolo/custom-models" or "/app/modules/ObjectDetectionYolo/custom-models/"as the path to custom modules does not allow the model to load.

Both of these directories are mentioned in the doucmentation.

Instead passing the model directly via "/app/preinstalled-modules/ObjectDetectionYolo/custom-models/delivery.pt" works

Expected behavior Is there a way to pass additional custom models to the module without overwriting the other custom models

Screenshots If applicable, add screenshots to help explain your problem.

Your System (please complete the following information):

Additional context Add any other context about the problem here.

ChrisMaunder commented 8 months ago

The docs have been updated and will be published soon