Closed nathanshipley closed 7 months ago
Hi put trinity01
under dataset/test/your_data/
so that the whole path is dataset/test/your_data/trinity01
and then run python inference_line_frames.py --folder_path dataset/test/your_data/
should work.
Hi please pull the newest code and simply run python inference_line_frames.py --path dataset/test/trinity01
. To check the segmentation result you can add the --save_color_seg
arg. If your line frames contain unclosed region, try run with --seg_type trappedball
.
In your screenshot a 0000.png
under line
seems missing. Line art of previous frame is necessary for next frame's prediction.
Hope you enjoy your exploration.
Hi! Thank you for your reply last week. I forgot to reply and tell you that using the your_data
folder worked on the previous commit! I was confused by that name. Appreciate it.
Trying with my own data and I have a reference ground truth frame and then 10 frames of hand-drawn animation to match:
However, I get an error:
FileNotFoundError: No such file: '/home/nathan/AI/code/27_Basic_PBC_Paint/BasicPBC/dataset/test/trinity01/gt/seg/0000.png'
Is there a tool that creates the proper segmentation images? Should I be doing that myself? Thank you!
Full stack error: