Closed jmarkow closed 7 months ago
Hi @jmarkow,
We'll dig into why we're not calculating the padding correctly, but can you try adjusting these lines in your config and seeing if you still have the same issue?
Old:
"resize_and_pad_to_target": true,
"target_height": 1023,
"target_width": 1008
New:
"resize_and_pad_to_target": true,
"target_height": 1024,
"target_width": 1024
Thanks!
Talmo
Such fast troubleshooting! Works now :shipit:
Also hey from sunny Atlanta @talmo .
Sleap version 1.3.3. Running
sleap-train
CLI in an HPC environment (CentOS). Videos are 8 bit grayscale FFV1-encoded AVI files. Training with the Unet backbone works fine, however the pretrained encoder appears to have rounding errors when creating the backbone. Looks similar to issue #826 , but I'm running with the "auto-crop" option enabled AFAIK.Here's the training json file.
and log from run,
If needed output of
pip freeze