David Gill
David Gill
Thanks for the update! @themattinthehatt I have a 4 camera setup of an arena with a mouse. Currently, we use Deeplabcut to track the animal across the different cameras and...
Thank you for the prompt reply! I reformatted everything as you recommended. When running training I get this error returned (see attached screenshot). 
> haven't seen that one before. can you send/show a screenshot of one of your csv files (with the header)? Sure, here is a screenshot for 1 of the cameras:...
> @DavidGill159 did you post a follow-up question here? I got an email but for some reason I'm not seeing any new activity in this thread. Hi yes I thought...
Hi, yes I am using the dynamic_crop. Here is my config, I believe it is the format required: 
Hi, tried that but still getting the same error when trying to train. 
Our Hydra config file: -------------------- data parameters -------------------- image_orig_dims: {'height': 1024, 'width': 1280} image_resize_dims: {'height': 384, 'width': 384} data_dir: /mnt/c/Users/X48823DG/lightning-pose/lp_mk3_3Dmodel_DG/lp_mk3/ video_dir: /mnt/c/Users/X48823DG/lightning-pose/lp_mk3_3Dmodel_DG/lp_mk3/videos/ csv_file: ['camera_1.csv', 'camera_2.csv', 'camera_3.csv', 'camera_4.csv'] view_names: ['camera_1', 'camera_2',...
Ok I have figured out what is going wrong. When calling training, my powershell is using the scripts.py from the path: "/mnt/c/Users/X48823DG/lightning-pose/ **Pose-app/lightning-pose/lightning_pose/utils/scripts.py"** updating to the dynamic crop branch in...
> ah ok - are you trying to run the multiview training from the command line or from the app? Hi, It goes through the command line. I solved that...
> @DavidGill159 @YitingChang I fixed the error and pushed the code to the `dynamic_crop` branch ([5829fbe](https://github.com/danbider/lightning-pose/commit/5829fbe910c2cd3eac845dc5bd50f4750e5e7063)). I added some new tests and everything looks to be working fine, but please...