tensorflow / models

Models and examples built with TensorFlow
Other
76.81k stars 45.83k forks source link

How can i test the model with custom data( with visualization) in models/research/lstm_object_detection/ ? #9256

Open devendraswamy opened 3 years ago

devendraswamy commented 3 years ago

https://github.com/tensorflow/models/tree/master/research/lstm_object_detection/

please help me , how can i test the lstm object detection model with custom data , where i need to modify ?

thanking you

gowthamkpr commented 3 years ago

@devendraswamy Can you please be clear on what you are trying to accomplish? Are you trying to build a lstm object detection model with custom data or Are you trying to test the model that you built? Thanks!

devendraswamy commented 3 years ago

Just how can i test this repo lstm model with custom data ?

On Tue, Sep 22, 2020 at 10:02 PM gowthamkpr notifications@github.com wrote:

@devendraswamy https://github.com/devendraswamy Can you please be clear on what you are trying to accomplish? Are you trying to build a lstm object detection model with custom data or Are you trying to test the model that you built? Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tensorflow/models/issues/9256#issuecomment-696836266, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALLD6LQAN4LXBTHQAHASGS3SHDGS5ANCNFSM4RO4LCCA .

varunjain3 commented 3 years ago

Hello, is there any update on this? @pkulzc We wanted to reproduce this code for our college project, It would be great if we could get started with some guidance on this code

meikorol commented 1 year ago

can you tell me how to train lstm object detection code?I have no clue how to train it