You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the infer.py, after installing all the dependencies. I used the model "tresnet_l_COCO__448_90_0.pth" with 448 image size (default value) over the sample image provided with the code. Due to some reason, I am not getting any classes in the output. It turns out that the model is returning a vector of "nan" values. Please let me know if I am missing anything here.
The text was updated successfully, but these errors were encountered:
The inference example provided by the author does not seem to work. The loading parameters also do not match the model. I tried the example tresnet_l_COCO__448_90_0.pth.
The inference example provided by the author does not seem to work. The loading parameters also do not match the model. I tried the example tresnet_l_COCO__448_90_0.pth.
I tried to run the infer.py, after installing all the dependencies. I used the model "tresnet_l_COCO__448_90_0.pth" with 448 image size (default value) over the sample image provided with the code. Due to some reason, I am not getting any classes in the output. It turns out that the model is returning a vector of "nan" values. Please let me know if I am missing anything here.
The text was updated successfully, but these errors were encountered: