-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Unify visualisation #1381
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
Unify visualisation #1381
Conversation
3d2aa27 to
8878366
Compare
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
8878366 to
88abbe7
Compare
|
I feel we should go for |
|
ok, updated. |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
|
thanks for the clean up! but I think it's too early to define a proper NetVisualizer API, we should keep the module simple for now, and it needs more discussions along with #528 |
I can remove it if you'd like but it's only a skeleton at the moment, with a constructor and Up to you, I'll delete the base class if you'd like, but I'm in favour of keeping it. |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
…into unify_visualisation
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
I feel the benefit of having a |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
|
Ok, I can remove it. I also created a |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
…into unify_visualisation
wyli
left a comment
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.
thanks!
Unify visualisation classes.
Description
Beforehand, occlusion sensitivity was a function in
metrics, whereas gradcam functionality was in classes inside thevisualizemodule. Now, both can be called with similar calls:We also had mixed American and British spelling, so changed all instances of
visualizetovisualise. Maybe I should have gone the other way, as it made lots of changes...Status
Ready
Types of changes
./runtests.sh --codeformat --coverage../runtests.sh --quick.make htmlcommand in thedocs/folder.