lood339 / SCCvSD

Sports Camera Calibration via Synthesic Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert the output edge image on Two GAN model into .mat format to get properties like edge_distances, edge_map, features.

srikanth-midde opened this issue · comments

I tried for my own image to create a new test_features in demo_uot.py line 37 but when I use with Two GAN model, I converted the output edge image into .mat format. It does not consists of properties like

edge_distances: (180, 320, 1, 186)
edge_map: (720, 1280, 1, 186)
features: (16, 186

which is given in the read_me.py line 50

Can anyone help me to get these properties in the Two GAN model output edge image to .mat file

You need to use a siamese network.