Specifying different video file path on remote machine #1120
Unanswered
tomhagley6
asked this question in
Help!
Replies: 1 comment
-
Hi @tomhagley6, Well, I think we have found ourselves a bit of a logical error in SLEAP. I traced where we use Lines 155 to 171 in 833c2d5 and while we update the field in the training config for search_path_hints (if the Labels object is already loaded),Lines 132 to 142 in 833c2d5 I cannot seem to find where we actually use this pretty useful search_path_hints field. I am converting this discussion to an issue to get this resolved.
In the meantime, could you try passing in the path to the slp to Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to label on one machine and train my model on a different one. This means I need to specify a different video path during training, but I don't seem to be able to. The template job profiles don't have an option for this, and I've tried:
trainer = sleap.nn.training.TopDownMultiClassModelTrainer.from_config(
cfg, training_labels=labels, video_search_paths=videos
But still get the same FileNotFoundError: Could not find filename
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions