charliebudd

Results 28 comments of charliebudd

> > > From the looks of it the debug information is being left in. Adding the [-g0 flag](https://github.com/charliebudd/torch-content-area/blob/0ac529dba89d299154d609e27761903b1834167b/setup.py#L10-L13) to the c++ compiler in setup.py will strip this. The wheels...

These are very large file sizes, especially as each of these .so files is a single compilation of the extension. Checking with tool such as readelf/objdump would give clues as...

I realise this is an old issue, but the state of play is essential the same nearly two years on. I realy think an easy solution for this problem could...

Just bumped into this too, I just switched to using the string `Mono10p`. It's a shame the standard changed something like this, I'm sure there was a good reason. I...

Actually, my camera at least exposes some versioning info for the standard in use... ``` DeviceGenCPVersionMajor [Integer] DeviceGenCPVersionMinor [Integer] DeviceU3VVersionMajor [Integer] DeviceU3VVersionMinor [Integer] ``` If exposing this is part of...

This is a duplicate of https://github.com/cornellius-gp/gpytorch/issues/671

It seems the suggested functions are for the GigEVision cameras denoted by `gv`. An equivalent implementation for USB cameras could be provided, and then both implementations could be offered under...

I've been playing around with this a little using libusb. The code below finds no kernel driver active on my camera's interface and is able to successfully claim said interface....

After enabling debug... > [15:58:29.932] 🅸 device> SIRM_MAX_LEADER_SIZE = 0x00000040 > [15:58:29.932] 🅸 device> SIRM_PAYLOAD_SIZE = 0x00100000 > [15:58:29.932] 🅸 device> SIRM_PAYLOAD_COUNT = 0x00000005 > [15:58:29.932] 🅸 device> SIRM_TRANSFER1_SIZE =...

I don't think this behaviour is to do with quantisation. The trace of the error starts during your forward call to the quantised model... ``` # Calibrate the model for...