Matiur Rahman Minar

Results 104 comments of Matiur Rahman Minar
trafficstars

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 @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...

> 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...

> AttributeError: 'Pix2PixHDModel' object has no attribute 'module' > > facing this error Can you please provide more details for the error. Thanks.

You can try this one maybe: https://github.com/minar09/ACGPN/blob/c4df9738e13412f9fb2be57deefcce99373fa5f1/models/pix2pixHD_model.py#L140

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

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,...

@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 @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...

@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,...