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've used python main.py to train the model. How can i use the weights to infer my own images?
I do know how to load weights, but the input has to be (56, 36, 17).
If anyone have a code snippet it would be much appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @alexgoft ,
It's no possible to infer in your own image with the current code.
The complete model isn't available.
As I have the same need, I'm working on it by my own. But for now, I wasn't able to achieve the paper results.
If you or someone else want to contribute, please contact me.
Hi,
Thank you very much for your amazing job.
I've used
python main.py
to train the model. How can i use the weights to infer my own images?I do know how to load weights, but the input has to be (56, 36, 17).
If anyone have a code snippet it would be much appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: