Closed theevann closed 4 years ago
Hi, Thanks for your comments!
Yes, it can be like that. The output dimension for subnetworks is just a technique choice and can be defined differently. In the case of TD4-PSP18, since the output of PSP18 is 1024D and split it into four parts (256D for each) decreases the representation ability. Thus we instead apply 512D for each.
Hello ! Thank you for providing code for this nice paper !
In the file ptsemseg/models/td4_psp/td4_psp.py, I see that the PIDs at lines 73 and 74 are 0 and 1:
I would expect path_num to be kept to 4 and pid to be from 0 to 3 according to the paper. Here 2 TDNets will process the same channel portion. Why is that so ?