Matt Whiteway
Matt Whiteway
@DavidGill159 whenever you start training there should be a printout of the various config options - can you copy/paste that here?
Very strange, I don't understand why you're not able to build a `MultiviewHeatmapDataset`. I would suggest debugging by putting some print statements into the actual code itself to get a...
ah ok - are you trying to run the multiview training from the command line or from the app?
@YitingChang we're still working on getting the unsupervised losses working for the mutliview case, so for now you'll have to just train a fully supervised model by setting `model.losses_to_use: []`...
ok not sure why this is popping up now since I haven't updated this branch in a few months - I'll look into this as soon as possible (might take...
@DavidGill159 @YitingChang I fixed the error and pushed the code to the `dynamic_crop` branch (5829fbe910c2cd3eac845dc5bd50f4750e5e7063). I added some new tests and everything looks to be working fine, but please let...
@Wulin-Tan are you referring to a DLC function or a lightning-pose/Pose-app function? I should mention that in the `Pose-app` repo we have functions for [extracting frames](https://github.com/Lightning-Universe/Pose-app/blob/07ed19fa0974bd5b4d744c50736b3772742b99ec/lightning_pose_app/backend/extract_frames.py#L74) from raw videos and...
oh wow 10 min -> 20 s is an impressive speedup! I'll have to look into `skorch`, thanks for the pointer. The resizing and grayscale happens on GPU with DALI,...
thanks for sharing, I'll definitely look into this!
cool, that's quite the speedup! do you seem to get a diverse set of frames from this procedure?