charbelias24/3dMapSLAM

ModuleNotFoundError: No module named 'detr.DetrPanopticTRT'

Opened this issue · 3 comments

Thanks for sharing your excellent work!
When I run image_segmentation.py, error occurs: "ModuleNotFoundError: No module named 'detr.DetrPanopticTRT'". I try to use pip install detr to fix it, but it doesn't work.
I saw "For confidential purposes, the class responsible for DETR and segmentation has been removed from the public repo.", but I how can I use detr in this repo? Is there any instructions?

Encountered the same issue. Is there any way to fix that or run the project without the detr part?

Hello, I'm rerunning this project right now. And I don't know how to get the implement these two functions:
self.model.execute(resized_image) boxes, labels, scores, masks = self.model.get_all_output().
Could you please present your code of class detr? Thanks. @charbelias24