-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inquire the meaning of data #2
Comments
See |
Thanks for the quick reply. |
Line 92 in 36f172d
Lines 99 to 103 in 36f172d
|
I add more comments to |
Thanks. It helps. |
Not yet as I am busy with a paper submission. You are more than welcome to contribute that if you finish it :) |
@zhou13, can you please tell what kind of data train.json and valid.json consist of that you shared with dataset and how you generated. Thanks in advance for response. |
@sachinkaundal Not sure what kind of answer you need. The code at |
@zhou13 Thanks for the response. i am not able to understand train.json and valid.json(shared with wireframe_raw) files that are used during processing(wireframe.py). Even i read wireframe.py file i am not getting any cue about these files. |
You might want to see this repo for the dataset: https://github.com/huangkuns/wireframe. |
@zhou13, Thank you so much for your time. |
Hello, I have downloaded the dataset from Onedrive. It seems that the dataset's directory structure in Onedrive is different from that in the compressed package. Could you share the directory structure with me? I'm looking forward to your reply. |
Hi,
Thanks for sharing the code of your great work.
I am trying to run the code to get a better insight of your paper, but I get confused about the variable meanings in the input_dict. In the dict, I assume
lmap: line heatmap, but may I ask what the float value means? I thought it should be binary
jmap: junction heatmap
joff: junction offset map,
but I cannot understand what junc, Lpos, Lneg , lpos, and lneg are. Especially, I found the the shape of Lpos, Lneg is n*2, while lpos and lneg has a shape n*2*3.
Could you offer more explanation about them?
Thanks in advance!
The text was updated successfully, but these errors were encountered: