-
example compiles and run okay, and printing out the "waiting for..:"
No reaction from the remote.
Esp32 30pin, gpio35.
Was working with another library until esp32 firmware got updated. Not much w…
-
Make code for IR decoder, finish physical circuit. Due by April 11,2018 reviewed by @mlaga97 .
knr15 updated
6 years ago
-
Is it possible to add examples code for Infrared transmiter and receiver.
Thanks.
-
Hello! I Tried to run the sample code in M3TD after setting up USB bulk configuration. I found that the image stream is not being displayed when running the sample script as shown in the video below.
…
-
name 'keypoint_feature' is not defined
File "/mnt/ssd/wyd/IR-VG-main/models/decoder.py", line 287, in forward
return torch.cat([orig_img_feat, fuse_img_feat], dim=-1), text_embedding_attn, key…
-
Using the REPL for documentation about a builtin function call is very useful and also the only way for some builtins to have the real definition (the website is sometimes missing parenthesis or funct…
-
Ref:
* [Learn guide](https://learn.adafruit.com/adafruit-infrared-ir-remote-transceiver?view=all#example-code-3175233)
* [code](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/7dbfc…
-
I had to manually run
```
sudo rmmod rtl2832_sdr
sudo rmmod lirc_dev dvb_usb_rtl28xxu dvb_usb_v2
sudo rmmod ir_sharp_decoder ir_xmp_decoder lirc_dev ir_lirc_codec dvb_usb_rtl28xxu ir_rc5_decoder ir_…
-
### Odoo Version
- [ ] 16.0
- [X] 17.0
- [ ] 18.0
- [ ] Other (specify)
### Steps to Reproduce
To replicate the problem we have to complete the following steps:
1 - Have the 'account_edi'…
-
在train.py中的phase 1中,输入Decoder还包括输入的原图
```python
data_VIS_hat, _ = DIDF_Decoder(data_VIS, feature_V_B, feature_V_D)
data_IR_hat, _ = DIDF_Decoder(data_IR, feature_I_B, feature_I_D)
```
在net.py中表现为…