Replies: 4 comments 1 reply
-
Do you get good results for other input image resolutions? |
Beta Was this translation helpful? Give feedback.
-
Hi @jiamfeng, this does not seem to be an issue, but more a question if I understand it correctly. I'm moving this to the Q&A, let's continue there. Cheers! |
Beta Was this translation helpful? Give feedback.
-
It is worth trying to train it with the default 256*256 resolution. The feature extractor in the EfficientAD was trained to extract similar features from 256*256 as WideResNet101 from 512*512, so this might be sufficient for you. I guess with the higher resolution, EffcientAD can be less effective because the size of one patch in its feature extractor is still 33*33, so the receptive field of every patch would be too small. |
Beta Was this translation helpful? Give feedback.
-
I got the efficientAd check point model after training . Now how do I inference it?.In my case, lightning_inference.py not work, so I trying to export it to Torch and Openvino but dont know how to do it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the motivation for this task?
Try to get results in custom datasets with segmentation task
Describe the solution you'd like
when I use the efficientAd in custom dataset with 1024*1040(h * w), the results is very bad, how can I optimizer ?
Additional context
Beta Was this translation helpful? Give feedback.
All reactions