xjqicuhk / SIMS

Semi-parametric Image Synthesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined function 'save_warper5' in search_segments.m

wheatdog opened this issue · comments

As title.

Updated.

Thanks for the quick update. I have another related issue: reference to non-existent field 'proposal_iou_all' in https://github.com/xjqicuhk/SIMS/blob/master/matlab_code/test_generate_transform.m#L62

I run into this issue after applying search_segments.m on my own data and running test_generate_transform.

Currently, change "proposal_iou_all" to "proposal_iou". You can first try this. I still do not update this part. Will update soon.

OK.
I have few more questions about https://github.com/xjqicuhk/SIMS#inference.

  1. It said "Use resolution "512 x 1024" as a running example", but I found 256x512 in
  2. While running transformation.py in python_code. It complains about missing folder in ../traindata/label_refine512. It seems not in traindata.zip. And the resolution setting in transformation.py is "512x1024".

Did I do something wrong here? I am confused.

Thank for your kindly help! It kinda works.