Yue-Lin Yang

Results 4 issues of Yue-Lin Yang

林哥您好,我想請問在此專案使用的增強式學習,您的損失函數是定義在哪個py檔案呢? 我在street_fighter_custom_wrapper.py中只看到遊戲輸贏時更新custom_reward變數,我想知道您對AI的獎懲演算法的細節。 譬如: 如果成功使出過肩摔這種高難度技巧重創對手,會增加x分...等獎懲策略,如果能有程式碼細節就更好了~ 我目前是專攻電腦視覺與深度學習的研究生,很喜歡您的視頻,希望林哥有機會解答我的疑惑~

Hello, I'd like to inquire whether you employed different models for distinct parts when working with the MURA dataset or if a single model was used to predict all parts....

您好,我在执行第一阶段训练的test阶段时,`track_core`中有呼叫`build_tracker`函数https://github.com/bytedance/ColTrack/blob/c99e636ddaa6ddea6b50e02630bd80c830319392/motlib/tracker/offline_track.py#L12-L13 但`args.tracker_name`如果使用预设的`ColTrack`,会回传没有注册`ColTrack`的错误,**实际trace程式码也并没有找到`ColTrack`类别**,只有`ByteTracker`与`BotTracker` 有进行`@TRACKER_REGISTRY.register() `。 目前我的解决方式是把`args.tracker_name`设置成`ByteTracker` 以下是我的疑問: 1. 请问在evaluation阶段,[track_by_offline()](https://github.com/bytedance/ColTrack/blob/c99e636ddaa6ddea6b50e02630bd80c830319392/motlib/evaluation/evaluators/my_coco.py#L208) 是负责执行`ColTrack`以外的**TrackByDetection**演算法 吗? 目的是用来与ColTrack比较性能? 2. 实际上要得到ColTrack的HOTA, MOTA等分数应该也是使用evaluation的code,如果没有ColTrack的Tracker,我们要如何进行模型的Inference呢?

Hello~ Thank you for your amazing paper. I would like to ask about **the input of IRM**. In Figure 3, the input is described as $X^t=(F^t, \hat{B^t})$. but in Equation...