{"id":22,"date":"2023-05-04T15:51:43","date_gmt":"2023-05-04T15:51:43","guid":{"rendered":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/?page_id=22"},"modified":"2023-05-06T22:12:22","modified_gmt":"2023-05-06T22:12:22","slug":"spring-2023","status":"publish","type":"page","link":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/","title":{"rendered":"Spring 2023"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p>We reviewed relevant literature and decided to implement&nbsp;<strong>tracking-by-detection method in top-down view<\/strong>&nbsp;in order to efficiently aggregate multiple views. We trained two multi-view detectors (<strong>MVDet, MVDeTr<\/strong>) on&nbsp;<strong>MMPTrack dataset<\/strong>, and implemented&nbsp;<strong>SORT<\/strong>&nbsp;as our baseline tracking algorithm. Detected and tracked bounding boxes in top-down view are reprojected onto camera planes for final output.<\/p>\n\n\n\n<p><a href=\"https:\/\/docs.google.com\/presentation\/d\/1G5FYBfwkkjJXd6FvaAdFW2yxQYEYkTGL8I9kqbKKlhQ\/edit?usp=sharing\" target=\"_blank\" rel=\"noreferrer noopener\">Presentation slides<\/a>\u00a0and\u00a0<a href=\"https:\/\/docs.google.com\/presentation\/d\/1co6khluvXxlFg1bXJblkz70zt7Tq9B3ey92OGuRkT8A\/edit?usp=sharing\" target=\"_blank\" rel=\"noreferrer noopener\">poster<\/a>\u00a0are publicly available.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Literature Review<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Paper 1: <strong>Real-Time <\/strong>Multiple People Tracking<strong>&nbsp;<\/strong>with<strong> Deeply Learned Candidate Selection&nbsp;<\/strong>and<strong> Person Re-Identification<\/strong><\/h3>\n\n\n\n<p>Previously mentioned tracking-by-detection framework has two main challenges: one is unreliable detection, and another one is occlusion which results in ambiguities in data association. Then the challenge is to associating unreliable detection results with existing tracks in real-time, or in other words only using current and past frames.<\/p>\n\n\n\n<p>Authors propose three novel ideas to tackle this challenge. First, they suggest that <strong>detection and tracks can complement each other<\/strong> in different scenarios. Detection results of high confidence can prevent tracking drifts while prediction of tracks can handle noisy detection by occlusion. So, the authors propose to <strong>collect candidates from outputs of both detection and tracking <\/strong>while default framework used to collect only from detection results.<\/p>\n\n\n\n<p>In order to optimally select from a considerable amount of candidates in real-time, the authors present a <strong>novel scoring function<\/strong> that <strong>fuses an object classifier and a tracklet confidence<\/strong>. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1024x360.png\" alt=\"\" class=\"wp-image-102\" width=\"452\" height=\"158\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1024x360.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-300x105.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-768x270.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1536x540.png 1536w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed.png 1946w\" sizes=\"auto, (max-width: 452px) 100vw, 452px\" \/><figcaption class=\"wp-element-caption\">Chen, Long, et al. (2018) Real-time Multiple People Tracking with Deeply Learned Candidate Selection and Person Re-Identification<br><\/figcaption><\/figure>\n<\/div>\n\n\n<p>Given an image frame, <strong>score maps of the entire image<\/strong> are predicted using a fully convolutional neural network with an encoder-decoder architecture. At the end there is a position-sensitive RoI pooling layer to explicitly encode <strong>spatial information<\/strong> into the score maps.<\/p>\n\n\n\n<p>This region-based fully convolutional neural network <strong>shares most computations on the entire image<\/strong>, which makes it much more efficient compared to classification on image patches (cropped from heavily overlapped candidate regions).<\/p>\n\n\n\n<p>For computing <strong>tracklet confidence<\/strong>, we estimate new location of existing track using <strong>Kalman filter<\/strong>. These predictions are adopted to handle detection failures caused by occlusion in crowded scenes and various visual properties of objects. Hence, tracklet confidence is designed to measure the <strong>accuracy of the filter using temporal information<\/strong>.<\/p>\n\n\n\n<p>Lastly, the authors adopt <strong>deeply learned appearance representation<\/strong> to improve the identification ability of the tracker. A deep neural network with convolutional backbone from GoogLeNet followed by part-aligned fully connected layers extracts feature vectors from RGB images.<\/p>\n\n\n\n<p><strong>Tracks are hierarchically associated<\/strong> with different candidates of different features by first using <strong>appearance representation<\/strong>, and then based on <strong>IOUs<\/strong>, and finally new tracks are initialized for remaining detection results. This enables to avoid tracking other unwanted objects and backgrounds. For the hierarchical data association, we only need to extract ReID features for candidates from detections once per frame.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-2.png\" alt=\"\" class=\"wp-image-107\" width=\"411\" height=\"138\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-2.png 852w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-2-300x101.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-2-768x260.png 768w\" sizes=\"auto, (max-width: 411px) 100vw, 411px\" \/><\/figure>\n<\/div>\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"294\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1-1024x294.png\" alt=\"\" class=\"wp-image-106\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1-1024x294.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1-300x86.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1-768x221.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1-1536x441.png 1536w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1.png 1740w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption class=\"wp-element-caption\">Chen, Long, et al. (2018) Real-time Multiple People Tracking with Deeply Learned Candidate Selection and Person Re-Identification<\/figcaption><\/figure>\n\n\n\n<p>Proposed method is much more time efficient by sharing computations on the entire image. Also, when evaluated on the same MOT16 dataset, proposed method achieves <strong>state-of-the-arts performance<\/strong> while being <strong>5-20 times faster<\/strong> than most existing methods.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Paper 2: Multi-view People Tracking<strong> <\/strong>via<strong>&nbsp;<\/strong> <strong>Hierarchical Trajectory Composition<\/strong><\/h3>\n\n\n\n<p>Different cues, like appearance and location, have been studied for cross-camera data association at that time (2016). However, the author notices that existing approaches usually rely on the effectiveness of particular cues, which is an over-strong assumption. As shown in the case below, the validity of different cues varies at different time and places.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.32.29-PM-1024x304.png\" alt=\"\" class=\"wp-image-144\" width=\"623\" height=\"185\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.32.29-PM-1024x304.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.32.29-PM-300x89.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.32.29-PM-768x228.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.32.29-PM.png 1220w\" sizes=\"auto, (max-width: 623px) 100vw, 623px\" \/><figcaption class=\"wp-element-caption\">Xu, Yuanlu, et al. Multi-view people tracking via hierarchical trajectory composition.<\/figcaption><\/figure>\n\n\n\n<p>The proposed method learns an optimal strategy for utilizing multiple cues. Specifically, it&#8217;s a&nbsp;<strong>hierarchical composition model<\/strong>&nbsp;with 3 composition criteria:&nbsp;<strong>appearance coherence<\/strong>,&nbsp;<strong>geometry proximity<\/strong>, and&nbsp;<strong>motion consistency<\/strong>. In the mode, graph nodes are&nbsp;<strong>tracklets<\/strong>, which refer to a sequence of states (appearance feature, location, timestamp, visibility). The composition of nodes will grow tracklets and finally form a complete&nbsp;<strong>trajectory<\/strong>, and the criterion will measure likelihood of such composition. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.48.54-PM.png\" alt=\"\" class=\"wp-image-147\" width=\"412\" height=\"380\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.48.54-PM.png 840w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.48.54-PM-300x276.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-6.48.54-PM-768x708.png 768w\" sizes=\"auto, (max-width: 412px) 100vw, 412px\" \/><figcaption class=\"wp-element-caption\">Xu, Yuanlu, et al. Multi-view people tracking via hierarchical trajectory composition.<\/figcaption><\/figure>\n<\/div>\n\n\n<p>At inference time, the model will do an&nbsp;<strong>iterative greedy construction<\/strong>&nbsp;which reduces computational cost: First, enumerate to find two tracklets with <strong>max probability<\/strong> to be <strong>merged<\/strong> into a new one. Then re-estimate <strong>states<\/strong> for the new node. This process will repeat until max composition probability goes under a threshold, and each subtree connected to the root should be an object trajectory.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Paper 3:&nbsp; <strong>Multi-view Detection <\/strong>with<strong>&nbsp;Feature Perspective Transformation<\/strong><\/h3>\n\n\n\n<p>What Paper 1 and Paper 2 have in common is that they are based on object detection at each camera view and seek to aggregate information across cameras later. The downside of this kind of method is the detection accuracy will suffer from severe occlusion. Recent methods like Paper 3 are based on a different idea. The authors propose an end-to-end model for direct multi-view detection and produce results as an occupancy map in the top-down view.<\/p>\n\n\n\n<p>This kind of methods inspire us to build a tracker based on a multi-view detector. So a detailed description of a similar model can be found in our <a href=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/method\/\">method<\/a> page. This <strong>early cross-camera association<\/strong> strategy gives us a solid detection result  (~97% recall and ~99% precision) on the MMPTRACK dataset.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Baseline Results<\/h2>\n\n\n\n<p>We trained multi-view detector (MVDet, MVDeTr) on MMPTrack dataset for 10 epochs on a single NVIDIA GeForce GTX 1070. We used SORT algorithms as our baseline tracking algorithm. Tracked bounding boxes are projected from world grid to each camera views by setting a fixed z coordinate of 1.6m which translates to bounding box height.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-3-1-1024x774.png\" alt=\"\" class=\"wp-image-134\" width=\"304\" height=\"229\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-3-1-1024x774.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-3-1-300x227.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-3-1-768x580.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-3-1.png 1196w\" sizes=\"auto, (max-width: 304px) 100vw, 304px\" \/><figcaption class=\"wp-element-caption\"><strong>MVDeTr<\/strong> performs better than MVDet.<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-2.05.31-PM-1.png\" alt=\"\" class=\"wp-image-135\" width=\"277\" height=\"229\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-2.05.31-PM-1.png 890w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-2.05.31-PM-1-300x248.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Screen-Shot-2023-05-04-at-2.05.31-PM-1-768x635.png 768w\" sizes=\"auto, (max-width: 277px) 100vw, 277px\" \/><figcaption class=\"wp-element-caption\">Our method has multi-object tracking accuracy that is on par with algorithms of highest ranks in MMPTrack Challenge, but has <strong>frequent ID switches<\/strong> and low ratio of correctly identified detections.<\/figcaption><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">MVDet + SORT Visualization<\/h3>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"480\" style=\"aspect-ratio: 640 \/ 480;\" width=\"640\" controls src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/ep10_nms12_iou0.01_bbox5_projz0_bev.mp4\"><\/video><figcaption class=\"wp-element-caption\">Top-down view<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"720\" style=\"aspect-ratio: 1280 \/ 720;\" width=\"1280\" controls src=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/Untitled.mov\"><\/video><figcaption class=\"wp-element-caption\">Camera view<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Overview We reviewed relevant literature and decided to implement&nbsp;tracking-by-detection method in top-down view&nbsp;in order to efficiently aggregate multiple views. We trained two multi-view detectors (MVDet, MVDeTr) on&nbsp;MMPTrack dataset, and implemented&nbsp;SORT&nbsp;as our baseline tracking algorithm. Detected and tracked bounding boxes in top-down view are reprojected onto camera planes for final output. Presentation slides\u00a0and\u00a0poster\u00a0are publicly available. Literature &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Spring 2023&#8221;<\/span><\/a><\/p>\n","protected":false},"author":166,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-22","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Spring 2023 - Multi-Camera Multi-People Tracking<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Spring 2023 - Multi-Camera Multi-People Tracking\" \/>\n<meta property=\"og:description\" content=\"Overview We reviewed relevant literature and decided to implement&nbsp;tracking-by-detection method in top-down view&nbsp;in order to efficiently aggregate multiple views. We trained two multi-view detectors (MVDet, MVDeTr) on&nbsp;MMPTrack dataset, and implemented&nbsp;SORT&nbsp;as our baseline tracking algorithm. Detected and tracked bounding boxes in top-down view are reprojected onto camera planes for final output. Presentation slides\u00a0and\u00a0poster\u00a0are publicly available. Literature &hellip; Continue reading &quot;Spring 2023&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/\" \/>\n<meta property=\"og:site_name\" content=\"Multi-Camera Multi-People Tracking\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-06T22:12:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1024x360.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/\",\"name\":\"Spring 2023 - Multi-Camera Multi-People Tracking\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/wp-content\\\/uploads\\\/sites\\\/84\\\/2023\\\/05\\\/unnamed-1024x360.png\",\"datePublished\":\"2023-05-04T15:51:43+00:00\",\"dateModified\":\"2023-05-06T22:12:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/wp-content\\\/uploads\\\/sites\\\/84\\\/2023\\\/05\\\/unnamed.png\",\"contentUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/wp-content\\\/uploads\\\/sites\\\/84\\\/2023\\\/05\\\/unnamed.png\",\"width\":1946,\"height\":684},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/spring-2023\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spring 2023\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/#website\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/\",\"name\":\"Multi-Camera Multi-People Tracking\",\"description\":\"CMU MSCV &#039;23 Capstone Project sponsored by Centific\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/f23team7\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Spring 2023 - Multi-Camera Multi-People Tracking","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/","og_locale":"en_US","og_type":"article","og_title":"Spring 2023 - Multi-Camera Multi-People Tracking","og_description":"Overview We reviewed relevant literature and decided to implement&nbsp;tracking-by-detection method in top-down view&nbsp;in order to efficiently aggregate multiple views. We trained two multi-view detectors (MVDet, MVDeTr) on&nbsp;MMPTrack dataset, and implemented&nbsp;SORT&nbsp;as our baseline tracking algorithm. Detected and tracked bounding boxes in top-down view are reprojected onto camera planes for final output. Presentation slides\u00a0and\u00a0poster\u00a0are publicly available. Literature &hellip; Continue reading \"Spring 2023\"","og_url":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/","og_site_name":"Multi-Camera Multi-People Tracking","article_modified_time":"2023-05-06T22:12:22+00:00","og_image":[{"url":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1024x360.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/","url":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/","name":"Spring 2023 - Multi-Camera Multi-People Tracking","isPartOf":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/#primaryimage"},"image":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/#primaryimage"},"thumbnailUrl":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed-1024x360.png","datePublished":"2023-05-04T15:51:43+00:00","dateModified":"2023-05-06T22:12:22+00:00","breadcrumb":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/#primaryimage","url":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed.png","contentUrl":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-content\/uploads\/sites\/84\/2023\/05\/unnamed.png","width":1946,"height":684},{"@type":"BreadcrumbList","@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/spring-2023\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/"},{"@type":"ListItem","position":2,"name":"Spring 2023"}]},{"@type":"WebSite","@id":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/#website","url":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/","name":"Multi-Camera Multi-People Tracking","description":"CMU MSCV &#039;23 Capstone Project sponsored by Centific","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/users\/166"}],"replies":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":23,"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":156,"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/pages\/22\/revisions\/156"}],"wp:attachment":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/f23team7\/wp-json\/wp\/v2\/media?parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}