-
Notifications
You must be signed in to change notification settings - Fork 0
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
add model options #1
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful not to push cache file.
@@ -29,7 +29,8 @@ | |||
tests_require=['pytest'], | |||
entry_points={ | |||
'console_scripts': [ | |||
'riunet_inf = ufgsim_pkg.riunet_inf:main' | |||
'riunet_inf = ufgsim_pkg.riunet_inf:main', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you removed the riunet_inf.py file, remember to remove this line as well. Otherwise it will be installed as a executable, even though it does not exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember to remove the cache files and the unnecessary installation of riunet_inf.py on setup.py.
📑 Description
Changes the RIUNet inference class so it can do the inference with different models, receiving the model name as parameter. Currently with RIUNet and MVLidarNet.
✅ Checks