-
Notifications
You must be signed in to change notification settings - Fork 75.3k
[Fetaure Request] Bicubic interpolation using map coordinates #14482
Copy link
Copy link
Closed
Labels
staleThis label marks the issue/pr stale - to be closed automatically if no activityThis label marks the issue/pr stale - to be closed automatically if no activitystat:awaiting responseStatus - Awaiting response from authorStatus - Awaiting response from authorstat:contribution welcomeStatus - Contributions welcomeStatus - Contributions welcome
Description
I would like to train a two CNN in single graph. The architecture of model is
This one is not like end to end training. In the warping of images(refer attachment), I use scipy for mapping coordinates from the disparity map to an input image and I am unable to build a model(graph) in tensorflow using scipy. Tensorflow supports only resize of images using bicubic/bilinear interpolation. https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.ndimage.interpolation.map_coordinates.html
For reference, original paper is implemented using matconvnet in matlab.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleThis label marks the issue/pr stale - to be closed automatically if no activityThis label marks the issue/pr stale - to be closed automatically if no activitystat:awaiting responseStatus - Awaiting response from authorStatus - Awaiting response from authorstat:contribution welcomeStatus - Contributions welcomeStatus - Contributions welcome