-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test.py #122
Comments
@stonessss yes, i write test code.
|
|
Thank you very much, I found an open source code to test a single image. |
@stonessss I can test a lot of data so see if needed. :) |
There are some problems in the code, error in pascal.py. |
tell me what error. |
Thank you for your sharing. |
I didn't have that problem. Can you copy your error and show it to me? |
I think a bit misunderstanding, the error occurred in the link code you shared, I don't understand why it is different from the original code, the system may not be updated in time. There is no problem in the original code, I have solved these problems.Anyway thank you very much ! |
okay, I'm glad to solve the problem. |
how can i use test.py to test sityscapes?
|
@mm86443 |
thank you,i reslove this problem last night.
thanks for you provide your code again. |
hello, your test.py link is not available now?Could you share it again?Thank you so much . |
why the above link has 404 not found error? Please give a test.py file again, thanks!! @jaemin93 |
@yang8595 @huidemie I'm sorry keep your waiting. test.py is renamed inference.py |
@jaemin93 Hello, thanks for sharing. I am a beginner, I would like to ask where is the model generated after training with my own data set? And what other areas do you need to modify besides using your inference.py file? I use xception. |
@brx290
|
@jaemin93 |
@brx290
the code is not perfect. but I hope it helps. |
@jaemin93 |
@brx290 |
@jaemin93 |
@brx290 |
I have the same question,but i do not know how to modify it specifically.Can you tell me the details.Thank you so much! |
hello,can you show me your test.py? |
Test.py is renamed inference.py
보낸 사람: zhujiesuper <[email protected]>
회신 대상: jfzhang95/pytorch-deeplab-xception <[email protected]>
날짜: 2020년 4월 29일 수요일 오후 2:22
받는 사람: jfzhang95/pytorch-deeplab-xception <[email protected]>
참조: Jaemin jung <[email protected]>, Mention <[email protected]>
주제: Re: [jfzhang95/pytorch-deeplab-xception] test.py (#122)
@mm86443<https://github.com/mm86443>
Since I changed the repo template, I'll help you if i can see your code.
thank you,i reslove this problem last night.
i remake the code in dataloader.init.py , so i can run your 'test.py' successful.
elif args.dataset == 'cityscapes' and args.test: test_set = cityscapes.CityscapesSegmentation(args, split='test') num_class = test_set.NUM_CLASSES test_loader = DataLoader(test_set, batch_size=1, shuffle=False) ids = test_set.files['test'] return test_loader, ids, num_class
thanks for you provide your code again.
hello,can you show me your test.py?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#122 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHDTHJOWAK7AFNU3LCMHGJTRO62RHANCNFSM4I65PEIQ>.
|
thank you,but i can not use this inference.py directly,im
hello ,i can not use test.py or inference.py? can you show me your code? |
Hello, when I ran the "inference. py" file, I was prompted that I did not have the "config.json" file. Could you please provide the "config.json" file |
hello! I have some problems.why no checkpoint found at 'model_best.pth' in inference.py.But I have modified the path in config.json |
May i ask you where is "config.json."? could you provide the file? |
Hello! The links you provided are invalid. Could you please provide again? Thank you very much! |
Thanks for providing open source code, can you provide test.py ?
The text was updated successfully, but these errors were encountered: