ShunChengWu / SceneGraphFusion

BSD 2-Clause "Simplified" License
160 stars 26 forks source link

Run on custom sequence #17

Closed AKC141096 closed 2 years ago

AKC141096 commented 2 years ago

Hello,

Can you tell me briefly what changes to the code are required to run on a custom image sequence?

ShunChengWu commented 2 years ago

you can expand the dataloader lib by adding a new class with inheriting the abstract class. https://github.com/ShunChengWu/SceneGraphFusion/tree/main/libDataLoader

BIT-TYJ commented 2 years ago

Hello,

Can you tell me briefly what changes to the code are required to run on a custom image sequence?

Hello, could you please provide the code of dataloader to run on a custom image sequence?

JoseAndresMR commented 1 year ago

Hello, any news about running on a custom sequence? @BIT-TYJ @AKC141096 Thanks!