dla
dla copied to clipboard
Code for the CVPR 2018 Oral Paper "Deep Layer Aggregation"
Is the function in the code corresponding to the module in the picture like this? But after I finished writing, I found that the size of my model changed from...
Minor fix of some unused parameters which will cause problems in DDP training.
Hello, Is this repo maintained? I had a few questions regarding the DLA-X46C backbone? Thanks.
In the `forward` method of the `Tree` class in `dla.py`, the `residual` argument is always ignored (overriden line 209). Is it what is wanted ? If it is, then building...
 
The paper mentions DLA, IDA and HDA. But how are DLAUp and IDAUp in your code different? Can you provide some reference please? Thanks.
Hi, I'm trying to use dla with my own dataset but I don't really understand the eigenvalues and eigenvectors. How are they calculated/what does "image pixel variations" mean? Thank you!
hello do you have do some experiments to validate the effectiveness on object detection?
In your paper, figure 6 showed all results for fine-grained datasets. However, when I tried to reproduce the results in bird dataset, I can only get 53% acc. Did you...