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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
In the diagram explaining the architecture, it is shown that the output of the grid generation is combined with the output of feature extraction. However, in your implementation, the output of the grid generation is given to the feature extraction layer as input.
Dear Omer Sayed
Thank you for sharing the implementation.
In the diagram explaining the architecture, it is shown that the output of the grid generation is combined with the output of feature extraction. However, in your implementation, the output of the grid generation is given to the feature extraction layer as input.
Do I miss something?