UDA-Animal-Pose
UDA-Animal-Pose copied to clipboard
1.Could you please put the visualization code on Github? thanks 2.if I use my own dataset, the image must be processed as mean.pth.tar train_idxs.npy vaild_idxs.npy?
model
Could you please put the best model and pretrained model on github? thanks!!!
Only after adding the lines the command "`python get_cropped_TigDog.py`" will run. append file get_cropped_TigDog.py: ################################################ ``` if __name__== "__main__": animals = ['horse', 'tiger'] img_folder = './animal_data/' for animal in animals:...
Hi, I am using your dataset and your pretrained model and training mean-teacher with unchanged hyper-parameters. Still, the accuracy in the validation phase has a descendant graph for each batch...
I'm sorry to disturb you. Due to my environmental problems, I cannot automatically generate synthetic data sets of other animals. May I ask for the synthetic animal data sets generated...
1. Is **psudo_labels** not updated during **train_refinenet_mt** training? 2. If **train_refinenet_mt** training works, should the **break on line 190** be annotated?
Hello, Could you tell me how to test your model on my own dataset? And I don't want to train the model again. I created a directory real_animal_all in ./animal_data/...
How can we visualize the labeling of images, as described in the paper?
I'm sorry for asking so many questions. I'm trying to get to the "train" stage. I am trying to "CUDA_VISIBLE_DEVICES=0 python train/train_refinenet.py --arch pose_resnet_refine --checkpoint . /checkpoint/all/syn_refinenet --animal all --solver...
How can I solve the following error? python synthetic_animal_sp_all.py Traceback (most recent call last): File "synthetic_animal_sp_all.py", line 255, in generate_data_file() File "synthetic_animal_sp_all.py", line 64, in generate_data_file with open('{}/clean_data/keypoints_18.json'.format(data_dir), 'w') as...