Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About downstream task semantic segmentation on DSEC #2

Open
Candy-Crusher opened this issue Sep 8, 2024 · 1 comment
Open

About downstream task semantic segmentation on DSEC #2

Candy-Crusher opened this issue Sep 8, 2024 · 1 comment

Comments

@Candy-Crusher
Copy link

May I ask how did you process the event input of the ResNet-34 backbone and Deeplabv3 decoder? What is the bin size that you set?

@jeongyh98
Copy link
Owner

Our model translates a real-day event histogram into a night event histogram. The shape of the night event histogram is similar to that of RGB images or voxels, which are typically structured as C x H x W. For example, in a 3-bin event histogram, there are 6 channels, with each bin having a positive polarity channel and a negative polarity channel. To accommodate this, we modify the first layer of the backbone to accept 6 channels for the event encoder. For 1-bin event histogram, we set as 2 for input encoder. The decoder retains the same layers as in the original model because the form of the result must be the same.

We are in the process of updating how we pre-process raw events into event histograms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants