Skip to content

I've implemented the evaluate_crowd_no_overlap function in `apgcc/e…#26

Open
AbhinavAwiros wants to merge 1 commit intoAaronCIH:mainfrom
AbhinavAwiros:fix-missing-functions
Open

I've implemented the evaluate_crowd_no_overlap function in `apgcc/e…#26
AbhinavAwiros wants to merge 1 commit intoAaronCIH:mainfrom
AbhinavAwiros:fix-missing-functions

Conversation

@AbhinavAwiros
Copy link

…ngine.pyby 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 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.

…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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant