There is no "filename" params in in inpaint_dataset.py and few more errors
AziziShekoofeh opened this issue · 2 comments
Hi, Thanks for the package, I am trying to train on places2 and using the free-form mask, however, it seems there is a series of errors that cause the code to do not work properly and based on the flag, "MASKFROMFILE=FALSE". I tracked it down and in inapint_dataset.py there are a few errors, originally, including:
- there is no filename define in read_bbox()
- the BeautifulSoup() is undefined.
- the random() is undefined. I think "import random" is missing from the header.
- And a few errors related to Nori Dataset, which I deactivate the whole functionality for now.
I am trying to solve these issues step by step and report them here for others too. Thanks again.
First the “MASKFROMFILE=FALSE” means whether you want to use the mask data from file like .png/.pkl. It need to be used with a file list. You can ignore the Nori dataset part. But I do not understand other errors well, may need more information.
hi@avalonstrel.
Has the key ‘MASKFROMFILE’ not used in code?