Human-Pose-Transfer icon indicating copy to clipboard operation
Human-Pose-Transfer copied to clipboard

Implement Human Pose Transfer papers with Pytorch

Results 6 Human-Pose-Transfer issues
Sort by recently updated
recently updated
newest added

FileNotFoundError: [Errno 2] No such file or directory: '/data/Market-1501-v15.09.15/bounding_box_test/0776_c5s2_089802_01.jpg' Why can't the data set be found? Can you share the data set classification you use?

what's your cuda version? And I was wondering whether I can use docker and tensorflow1.4.1 with cuda10.0 to run evaluate code.

Can you provide the pretrained model on DeepFashion dataset? Thanks very much!

Human-Pose-Transfer/helper/custom_ignite_handlers/tensorboard_logger.py", line 81, in _init_ super(OutputHandler, self).__init__(tag, metric_names, output_transform, another_engine, global_step_transform) TypeError: __init__() takes from 2 to 5 positional arguments but 6 were given

pytorch-ignite=0.4.10 Error: ValueError: Argument save_interval is deprecated and should be None. This argument will be removed in 0.5.0.Please, use events filtering instead, e.g. Events.ITERATION_STARTED(every=1000) ------------------------------------------------------------------------------------------------------------------------------------------------- solution: mcp = ModelCheckpoint(config["output"], "network",...

ImportError: cannot import name 'CustomPeriodicEvent' from 'ignite.contrib.handlers' 应该是版本不对,应该下哪个版本的ignite呢,还有python和torch的版本应该是什么请问