Polygonization-by-Frame-Field-Learning icon indicating copy to clipboard operation
Polygonization-by-Frame-Field-Learning copied to clipboard

This repository contains the code for our fast polygonal building extraction from overhead images pipeline.

Results 27 Polygonization-by-Frame-Field-Learning issues
Sort by recently updated
recently updated
newest added

ERROR: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor INPUT data: {'image': tensor([[[[104, 104,...

when cloning the repository to the google colab, the utility folders (lydorn_utils and lydorn_pytorch) are empty. Has anyone faced the same problem and found a solution?

when I :python main.py --run_name mapping_dataset.unet_resnet101_pretrained.train_val --in_filepath F:/gaojituxiangchuli/Polygonization-by-Frame-Field-Learnin g-master/frame_field_learning/runs/1.jpg I get : Traceback (most recent call last): File "F:\gaojituxiangchuli\Polygonization-by-Frame-Field-Learning-master\main.py", line 387, in ce_from_filepath run_dirpath = frame_field_learning.local_utils.get_run_dirpath(args.runs_dirpath, run_name) File "F:\gaojituxiangchuli\Polygonization-by-Frame-Field-Learning-master\frame_field_learning\local_utils.py", line...

Hi I tried installing the necessary dependencies using `environment.yml` and it throws me the error discussed here (https://github.com/kornia/kornia/discussions/1290) I tried applying the fix which was to install `Kornia` from source...

Hello! Thank you for making your work available, it is very helpful! I have a certain issue with one of the experiments I'm running using your method. 1. How can...

In frame_field_learning/save_utils.py line 236, I noticed that if I use the key "image_id" into the sample dictionary, it is invalid. Instead I replace it with "number" as a workaround.

I've encountered a size mismatch issue when trying to run the author's pretrained model on a single image. Could someone who have successfully run the model share your _environment.yml_ file...