Daniel Y.T. Kim

Results 6 issues of Daniel Y.T. Kim

When did you use combineall option in ImageDataManager? => combineall (bool, optional): combine train, query and gallery in a dataset for training.

Hi, first thank you for sharing your code. I'm using official Alphapose v0.2.0 version code which I assume that you are using in this project. However, most of results are...

I got the following error, ModuleNotFoundError: No module named 'posepile.util'. I'd appreciate some help.

What does this PR do? --- This PR adds type checking to all functions for sampling a image or a video.

What does this PR do? ---- This PR updates the readme file by correcting a command line interface example, replacing the non-existent script file "sample_video.sh" with the existing script file...

I'm curious if there is a reason for converting the image to grayscale using the to_gray function on line 192 of the pipeline.py file, "face_features_image = torch.where(bg, white_image, self.to_gray(input))".