I

Results 6 comments of I

Yes. I refer to the example. The input directory has the following structure: ``` ./datasets/CIHP/list ./datasets/CIHP/list/val_id.txt ./datasets/CIHP/list/train.txt ./datasets/CIHP/list/val.txt ./datasets/CIHP/list/train_id.txt ./datasets/CIHP/list/train_rev.txt ./datasets/CIHP/labels ./datasets/CIHP/labels/0032190.png ./datasets/CIHP/images ./datasets/CIHP/images/0032190.jpg ./datasets/CIHP/edges ./datasets/CIHP/edges/0032190.png ``` This file ./datasets/CIHP/images/0032190.jpg...

If I create a grayscale png image from source image I receive this error anyway ``` tensorflow.python.framework.errors_impl.InvalidArgumentError: assertion failed: [`labels` out of bound] [Condition x < y did not hold...

Your README file includes following instruction > **Inference** > 1) Download the pre-trained model and store in $HOME/checkpoint. > 2) Prepare the images and store in $HOME/datasets. > 3) Run...

@LogWell found a solution how to prepare DATASETS. You can use following files structure: ``` datasets/CIHP/images/0002190.png datasets/CIHP/list/img_list.txt datasets/CIHP/images/tool/logwell_script.m datasets/CIHP/images/edges datasets/CIHP/images/labels ``` where datasets/CIHP/images/0002190.png - it's a source image datasets/CIHP/list/img_list.txt contain...

Yes. Right. Prepare datasets as described above and then just run test_pgn

I have the same error with the following configuration: ``` mongo-express:1.0.0-20-alpine3.18 (26 oct 2023) mongo 4.4.6 ``` The issue arises when I press the 'Prev' / 'Next' buttons in the...