FelixCaae / AlignDETR

[BMVC 2024] Official implementation of Align-DETR
Apache License 2.0
49 stars 4 forks source link

Dependency Pack Download #1

Closed Fuzhaojin closed 4 months ago

Fuzhaojin commented 1 year ago

Dear Author, Having read your paper, I look forward to using the loss function you have proposed. However, after reading the source code, I find that there seems to be a missing dependency file in the loss function. As follows. from detrex.layers import box_cxcywh_to_xyxy, generalized_box_iou,box_iou

The author is very much expected to provide the package. We would like to express our gratitude to you.

FelixCaae commented 1 year ago

Sorry for late reply, but I wonder whether you have installed the detrex package? If not, you would install it first.