Matiur Rahman Minar
Matiur Rahman Minar
Hi @shashini4296 , if your dataset images contain new segments that are not present in CIHP_PGN, and you need those to be labeled separately, then you need to train the...
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
Hi @AyeshaShafique , I ran and tested this project in windows, so I think you can do as well. For using in CPU, please check the following: 1) Install the...
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
> thank u so much for ur reply > > i need to remove .cuda() from everyline of code? Maybe First try to run without removing. Then if you get...
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
> AttributeError: 'Pix2PixHDModel' object has no attribute 'module' > > facing this error Can you please provide more details for the error. Thanks.
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
You can try this one maybe: https://github.com/minar09/ACGPN/blob/c4df9738e13412f9fb2be57deefcce99373fa5f1/models/pix2pixHD_model.py#L140
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
Great! This number means the serial of output images that are being saved. You will get the results in the directory given here: https://github.com/minar09/ACGPN/blob/c4df9738e13412f9fb2be57deefcce99373fa5f1/options/test_options.py#L9
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
Can you please provide sample input images? That would be great. If you are talking about person-to-person clothing transfer, then you can refer to the research works like SwapNet, O-VITON,...
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
@nitintyagi-ai, actually I haven't tried this repo in CPU. So it's better if you refer to the original repository and their discussions: https://github.com/switchablenorms/DeepFashion_Try_On . Hope you can solve your issues.
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
Hi @Mystickal , for running the repo in CPU, you can follow the discussion above one by one. And for your error, it seems like OOM error, so you can...
hi, can anyone help me , how to setup this project on windows for the testng purpose using cpu, pls?
@Mystickal , I think base_options is the place to change the batch size. If you still getting OOM error, then you might need higher memory or GPU. For CPU running,...