SMIS
SMIS copied to clipboard
How to run on a custom image
Hello @Seanseattle Thanks for the wonderful library
Can you please tell me the steps to run the code on our custom image?
Thank You
Hello. you can write a new dataset loader. There is an example at data/custom_dataset.py. Then set the --dataset_mode parameter as your dataset.
@Seanseattle I tried with custom clothing images & no labels are present in the test folder, got following error while making dataset any solution Plz?
!python /content/SMIS/data/custom_dataset.py --dataset_mode deepfashion --image_dir /content/test
Traceback (most recent call last):
File "/content/SMIS/data/custom_dataset.py", line 6, in