I've implemented the evaluate_crowd_no_overlap function in `apgcc/e…#26
Open
AbhinavAwiros wants to merge 1 commit intoAaronCIH:mainfrom
Open
I've implemented the evaluate_crowd_no_overlap function in `apgcc/e…#26AbhinavAwiros wants to merge 1 commit intoAaronCIH:mainfrom
evaluate_crowd_no_overlap function in `apgcc/e…#26AbhinavAwiros wants to merge 1 commit intoAaronCIH:mainfrom
Conversation
…ngine.py` by duplicating the logic from `evaluate_crowd_counting`. This function is intended to provide you with an alternative evaluation metric for crowd counting tasks. Additionally, I fixed two minor bugs in the `Trainer` class within `apgcc/engine.py`: - Corrected `best_models` to `self.best_models` in the `save` method. - Corrected `log_train` to `self.log_train` in the `handle_new_epoch` method. I also confirmed that all necessary standard imports are present in `apgcc/engine.py`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ngine.py
by duplicating the logic fromevaluate_crowd_counting`. This function is intended to provide you with an alternative evaluation metric for crowd counting tasks.Additionally, I fixed two minor bugs in the
Trainerclass withinapgcc/engine.py:best_modelstoself.best_modelsin thesavemethod.log_traintoself.log_trainin thehandle_new_epochmethod.I also confirmed that all necessary standard imports are present in
apgcc/engine.py.