Replies: 1 comment
-
Hi, MJ Shin, @170928 Line 33 in b108da9 I think this function will clarify your doubts. Please don't hestitate to let me know your question. Best, Yu |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @Arthur151 , I am trying to understand BEV in detail and make various attempts.
So, I succeeded in understanding the great ideas and implementation of Mixed_dataset.
I also understood the loss function, but I learned that 'outputs' delivered for training in train.py are not 'outputs' of BEV Module.
I thought the values of outputs were 'params_pred', 'cam_czyx', 'center_map', .... but I was able to guess that it is actually the output of result_parser .
I have a question here :(
Can you tell what functions the output of BEV goes through in the process of being passed to the code below?
(ex)
Sorry for trivial questions T _ T
I really like BEV and want to use this! Thus, I have a lot of questions haha...
Beta Was this translation helpful? Give feedback.
All reactions