Potential memory leak in _removed_tracks handling

Please see:

I’ll hereby post this on this community forum as well. I’m not sure what medium is preferred for bug reports.

Hi @Hobbes1987

Thanks for bringing this to our attention. We will investigate and keep you posted.

Hi @Hobbes1987 ,

We released degirum-tools ver. 1.0.0 with this fix.

To install:
pip install -i https://pkg.degirum.com degirum-tools

Note, that now degirum-tools is distributed from DeGirum packaging service (https://pkg.degirum.com).

Hi! Thanks for fixing this for us!

When i update to 1.0.0 my composition is not starting, when downgrading to degirum 0.20.0 and degirum-tools 0.26.1 my composition works.

i’m currently on a “jetson orin nano”. for now to proceed in my tests i’ll stick to this version combination.

Hi @Hobbes1987

Can you please provide more details on the problem? Are you seeing any error messages? Also, did you upgrade degirum or degirum-tools or both?

I added these lines in my python code:
logging.getLogger("degirum").setLevel(logging.DEBUG)
logging.getLogger("degirum_tools").setLevel(logging.DEBUG)

Now i see:

DEBUG degirum.model: Traceback (most recent call last):
.../venv/lib/python3.10/site-packages/degirum/model.py", line 1230, in _predict_impl
    self._runtime.predict(preprocessed_data, "")
RuntimeError: [ERROR]Functionality is not supported
License does not allow usage of runtime agent 'TENSORRT'
dg_task_runner.cpp: 103 [DG::CoreTaskRunner::processorCreate]

I can use degirum-tools 1.0.0, with degirum 0.20.0 that works

1 Like

@Hobbes1987 ,

Please be advised that starting from ver.1.0.0, PySDK requires license for premium runtimes.
See more info here:

Release Notes | PySDK | DeGirum Docs

Basically, all you need is to install a workspace token: degirum token install --token <TOKEN>.
You need to create workspace on AI hub and then generate a token there.
This will give you one free installation of PySDK premium runtimes (node locked)

Instructions:
Workspaces | AI Hub | DeGirum Docs
Workspace Tokens | AI Hub | DeGirum Docs