Matt Whiteway
Matt Whiteway
Ah frustrating. I tried a fresh install on Ubuntu 20.04 by first installing all of your package versions, but I ran into some errors with unpacking wheels. So instead I...
Ugh so sorry this is a headache. Try a conda environment with python 3.10 instead of 3.8, that seems to be why it's complaining (I'm using python 3.10 in the...
that's so frustrating. yeah maybe it's best if you try fitting a model on the example data and see if anything complains: https://lightning-pose.readthedocs.io/en/latest/source/user_guide/training.html#train-with-example-data
Glad to hear. I'll close this issue for now, but feel free to open another issue if you run into something else!
Hi @Tarislada, thanks for checking out the Lightning Pose repo! Happy to help you get your YOLO tracker up and running. Could you run `pytest tests/models/test_custom_trackers.py::test_supervised_YOLO -s` (the `-s` will...
@Tarislada just checking in to see if you're still working on this; otherwise I'll close the issue due to inactivity
closing due to inactivity
+1 on this, I have images of varying brightness/contrast levels and dynamically changing those while labeling would be a massive help
+1, this would be an incredibly useful type of keyboard shortcut For my specific use-case (keypoint labeling), it is often desirable to label a single keypoint in every image first,...
@johnlyzhou good catch here. We'll still need to add some additional updates though - filtering by n_epochs ensures that we only plot the loss values at the end of training;...