David Gill

Results 11 comments of 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). ![image](https://github.com/danbider/lightning-pose/assets/116177739/0919af8a-ef00-4415-9628-56a98619e99e)

> 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: ![image](https://github.com/danbider/lightning-pose/assets/116177739/678fc5d1-f605-4c47-aa66-310ef802ec27)

Hi, tried that but still getting the same error when trying to train. ![image](https://github.com/danbider/lightning-pose/assets/116177739/90661d26-9994-4e8c-97a9-1a635c5ecc15)

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...