Description
Hello,
I'm trying to load and apply pre-trained categories from a *_categories.npz file using auto_categorize=true. It loads the file okay, but then gets stuck during the application step with the following error:
Operating system: Windows 11
Terminal: Anaconda powershell
Minimum command:
trex -i F:/Acartia/Trex/test_crap/0512_TEST.pv -d F:/Acartia/Trex/test_crap -auto_categorize true
It will then just stay on the [Categorize] Applying X.xxxx%...... step forever
Oddly, it is ONLY the auto_categorize=true command that fails. If I load and apply categories using the GUI, it works fine. However, I'd really like do this using the command line because I will ultimately need to do it on a computing cluster. I run into the same error on both my local machine and the cluster (with -nowindow=true), and with both a CPU and GPU. I've also tried with and without auto_quit=true.
log file:
output.log
Any help would be greatly appreciated!