kinfeparty

Results 10 issues of kinfeparty

Hello! I debug the code and run the online_test.py on egogesture with your pretrained model successfully. However the final result is poor. **report/egogesture_resnext_101_Depth_32.pth, resnext, 1.0, Depth, 0.7691380349608198** Here is my...

model = _modify_first_conv_layer(model,3,3) ##### Check models trained (3,7,7) or (7,7,7) I found that the the first conv layer of pretrained model of resnext101 is (7,7,7).I think because the input frame...

Hello! I have followed your works for one month. Thanks for presenting the pretrained model ! I want to train from the begining stage and reach the accuracy of the...

Hello! I've met a bug which is hard to solve. I've done many modification on your proposed code, and everything is fine. Last week I do a modification on the...

Hello,thanks that you can provide the coda for us. I read the code and I have some questions. Is your code only suitable for 256*256 images? I change the image_size...

Hello, thanks for your nice work. I met a bug on --continue training. python main.py --model deeplabv3plus_mobilenet --dataset cityscapes --gpu_id 6 --lr 0.1 --crop_size 768 --batch_size 12 --output_stride 16 --data_root...

I found that the the picture number of video inpainting.py's output do not match the input of frames and masks. Such as the demo ,the input picture number is 81...

Hello! Thanks for your great work! Can you tell me the training detail ? Such as the GPU cost and the time in training in YoutubeVOS dataset and the refinement...

Hello I got some result on the dataset. topn: {'top1_10NN': 0.080424786} I know it's not the accuracy. I read your paper,but don't know the meaning of **Nearest neighbor validation performances**....

Hello! It's me again. Thanks for your help,I can start training in my dataset. (The IR result accuracy is only 10%. ) Whatever, I continue training in with LA. However...