Shengyu

Results 6 issues of Shengyu

Hi, as you mentioned in the paper, the cost volume is computed as I wonder why the index is (j-k+2). In my view, maybe incorrect, the cost Volume is the...

Since the Openai official chatgpt api has been released and it is much cheaper than chatgpt plus, if the `ChatGPT Desktop App` can support the chatgpt api directly? I think...

对于已经购买了plus会员的用户,可以直接调用chatgpt. 对于非plus用户,仍然可以使用免费的chatgpt接口。 API的免费额度用完后,付费对于国内用户还是挺麻烦的。

Hi, I found that are some discrepancies between your code and paper. 1. What is the input for Detect head? As claimed in the paper, the last membrane potential of...

The ground truth annotation for `./Gen1_Automotive/test/17-10-12_16-51-41_2989500000_3049500000_td.dat` in GEN1 dataset is wrong. The code for loading this label is: ```python event_path ='./Gen1_Automotive/test/17-10-12_16-51-41_2989500000_3049500000_td.dat' bbox_fname = event_path [:-7] + '_bbox.npy' label_path= PSEELoader(event_path) box_video...

Hi, I noticed that you converted the original GENx event data from the `.dat` format to the `.h5` format before running the `processing_dataset.py`. May I ask the reason for this,...