Marijan Kostrun

Results 5 comments of Marijan Kostrun

It was not really a question. I am dealing with old legacy software and was just wondering how far back does your knowledge go. According to the receipts, the camera...

The splitting of the file  is based on the assumption that 0xfff marks the beginning of individual frames. Hex editor shows that .seq files I have, start with 0xaff, but...

Ok, I reanalyzed the hex file. There is a header followed by 0xff2, then frame header, then 163,840 bytes for 320x256 pixels as uint16_t.This 0xff2 indicates subsequent frames. You wrote...

Figured out how to descramble the uint16_t’s to get the proper uint’s. So now I have a conversion curve between temperatures and uint’s that can be constructed for each frame....

I am following up with my past self: Other benefit of having immutable flag for each weight is that then the cascade/shortcut network as needing specialized treatment, become unnecessary. By...