-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unify visualisation #1381
Conversation
3d2aa27
to
8878366
Compare
Signed-off-by: Richard Brown <[email protected]>
8878366
to
88abbe7
Compare
I feel we should go for |
Signed-off-by: Richard Brown <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
ok, updated. |
Signed-off-by: Richard Brown <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
…into unify_visualisation
Signed-off-by: Richard Brown <[email protected]>
I feel the benefit of having a |
Signed-off-by: Richard Brown <[email protected]>
Ok, I can remove it. I also created a |
Signed-off-by: Richard Brown <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
…into unify_visualisation
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 thevisualize
module. Now, both can be called with similar calls:We also had mixed American and British spelling, so changed all instances of
visualize
tovisualise
. 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 html
command in thedocs/
folder.