stakanich

Results 6 comments of stakanich

Hi. Maybe too late but I have an answer for you. In demo.py you can see the definition of the spoof_model: ``` if args.spf_model.endswith('pth.tar'): if not args.config: raise ValueError('You should...

Hi. For these who will have this problem later: In trainer.py there is row: ` output = self.make_output(input_, hot_target) ` and in the definition of this function later: ``` features...

> `irsend.sendRaw(rawData, 423, 38);` > > You forgot to change the size here. I fixed it and it still doesnt't work. I tried to use `DumbIRRepeater` and `SmartIRRepeater` examples. It...

Both receiver and transmitter have LED's on their boards. They are connected to a data-line as far as I understand. And both of them blink in sequence with `DumbIRRepeater` example....

> I did not see any driver transistor on that board, which is why I was asking. Since without it you won't have enough "power" on the transmitter LED, or...

Oh...I think, I see now. VCC pin on transmitter doesn't has a line! It is useless!