pbw-Berwin / View-Parsing-Network

(RA-L & IROS 2020) Cross-view Semantic Segmentation for Sensing Surroundings.
https://decisionforce.github.io/VPN/
149 stars 23 forks source link

Question about task.env.gen_localmap (scale=3) in get_trainning_data_from_house3d.py #7

Open someone-TJ opened 1 year ago

someone-TJ commented 1 year ago

Thank you for open sourcing the code,I got some question about some code in this file. image env is actually an instance initialized by the Environment class, I looked at its definition here https://github.com/facebookresearch/House3D/blob/e616837a99/House3D/core.py but I can‘t find the function gen_localmap(),I just find gen_2dmap(),although the similarity of their names, the arguments passed to the functions are not the same,Can you tell me where you got this function and what it does exactly?