DPTNet icon indicating copy to clipboard operation
DPTNet copied to clipboard

Question about the enc_dim parameter.

Open yaozengwei opened this issue 3 years ago • 1 comments

Thanks for sharing your codes. I'm wondering if this enc_dim is 64 (as in your paper) or 256 (as in the code page https://github.com/ujscjj/DPTNet/blob/master/dpt_net.py).

yaozengwei avatar Apr 14 '21 09:04 yaozengwei

The enc_dim is 256 in encoder, and the translate it to 64 by a linear layer before the dpt net.

ujscjj avatar Jul 16 '21 09:07 ujscjj