-
Notifications
You must be signed in to change notification settings - Fork 3
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
Inference on single image\folder #2
Comments
This would be quite useful. |
Currently we are in the process of updating the repo with the latest packages. We should have this functionality soon. |
Is there a quick solution to running inference using fine-tuned ckpt? I want to visualize results on thermal data that I've captured. |
I have something on the 'develop' branch. But it's work in progress. Should be able to publish it once I refactor it. |
The develop branch has been updated to support inferring on a folder of images. Please use that branch and follow the instructions. Please ensure you have the downloaded |
@shreyaskamathkm I am using develop branch to infer a set of images. But, I also wanted to try training with the same branch as I have lot issues with the main branch due to a lot of packages incompatibilities. I ran the mentioned command Thanks in advance |
@kulkarnikeerti Yes, I think I forgot to set debug = False in the config file. Can you try setting debug=False and rerun that? When debug is True, the setup makes sure to enable fast_dev which is a PyTorch Lightning flag to check if everything is working and run for 1 epoch |
Yes, that works. Thank you! |
Hi,
thanks for the great work.
I want to test some of the pre-trained models on my own data.
is there some simple way to run a pre-trained model on a folder of images? or on a single image?
thanks
The text was updated successfully, but these errors were encountered: