Pavlo Dosenko

Results 3 issues of Pavlo Dosenko

Hello, noob problem here What i have: - a trained and exported model for object detection, trained by this script [model_main_tf2.py](https://github.com/tensorflow/models/blob/master/research/object_detection/model_main_tf2.py) and exported by this script [exporter_main_v2.py](https://github.com/tensorflow/models/blob/master/research/object_detection/exporter_main_v2.py) - python code...

Example with session.Manager + tgb.Router.MessageReaction() ```golang router := tgb.NewRouter(). Use(sessionManager). // *session.Manager[T] Message(func(ctx context.Context, msg *tgb.MessageUpdate) error { // this works // TODO... return nil }). MessageReaction(func(ctx context.Context, reaction *tgb.MessageReactionUpdate)...