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
I am trying to Implement ICNet, a cascade network architecture with 3 branches.
First Branch is PSPNet with input 1/4 Resolution
Second Branch input is 1/2 Resolution network with less layer that their weight is shared with PSPNet and
Third Branch is another network with full Resolution.
and this is the Caffe Implementation which you can visualize with this tools (Just Copy Proto Content to Editor and Press Shift+Enter) https://dgschwend.github.io/netscope/#/editor
However, I can't find your PSPnet Implementation to operate Network Surgery! (weight sharing and layer naming)
The text was updated successfully, but these errors were encountered:
I am trying to Implement ICNet, a cascade network architecture with 3 branches.
![ICNET](https://camo.githubusercontent.com/a48dc321d7a89672aa107ff77192d449c47bbf27bf8eea162bf6a3e60b8c1ade/68747470733a2f2f68737a68616f2e6769746875622e696f2f70726f6a656374732f69636e65742f666967757265732f69636e65742e706e67)
First Branch is PSPNet with input 1/4 Resolution
Second Branch input is 1/2 Resolution network with less layer that their weight is shared with PSPNet and
Third Branch is another network with full Resolution.
and this is the Caffe Implementation which you can visualize with this tools (Just Copy Proto Content to Editor and Press Shift+Enter)
https://dgschwend.github.io/netscope/#/editor
However, I can't find your PSPnet Implementation to operate Network Surgery! (weight sharing and layer naming)
The text was updated successfully, but these errors were encountered: