ucb-pb
ucb-pb
Hi, thanks for sharing your work. Just wondering -- why do you normalize the alpha image but not the trimap when training?
Like what is the difference between seg and seg+ ? Do we need to train all of the possible models to test results (seg,seg+,seg_tri, and mat)? Some documentation on this...
Setting --visualize to True doesn't appear to do anything.
I keep getting the error: ``` Traceback (most recent call last): File "download_collection_album.py", line 35, in collection_main() File "download_collection_album.py", line 22, in collection_main get_collections(args.collection_id, args.size, args.curated) File "download_collection_album.py", line 9,...
Downloaded the dataset using `wget http://vision.is.tohoku.ac.jp/chictopia2/photos.lmdb.tar` Then tried extracting with `tar xf photos.lmdb.tar` however this prints the following error and then quits: > tar: Skipping to next header > tar:...
training
Thank you for sharing your work! I'm trying to figure out how to start training, but am not very familiar with hydra and am running into errors with it. I...