You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
On Mon, May 16, 2022 at 1:08 PM djmuted ***@***.***> wrote:
Encountered the same issue. Is there any way to fix that or run the
project without the detr part?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDQDWC5AZRITTL34GTTXQDVKIUA7ANCNFSM5SB43QEQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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
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?
The text was updated successfully, but these errors were encountered: