# <center>A Unified Convnet for Skeleton Based Recognition <center> <em>Report submitted in fulfillment of the requirements for the Exploratory Project of</em> Second Year B.Tech by <div style="display:flex;justify-content:space-around;"> <span><b>Lakshya Singh</span> <span>Arpit Shukla</span> </div> <div style="display:flex;justify-content:space-around;"> <span>19075043</span> <span>19075013</span> </div> </b> <em><center>Under the guidance of</center></em> ## Dr. Tanima Dutta ![](https://i.imgur.com/9RwsBlv.png) Department of Computer Science and Engineering Indian Institute of Technology ( BHU ) Varanasi Varanasi 221005, India May, 2021 </center> --- --- <h2> <div> <center> Dedicated to </div> <center> <div><i>My parents, teachers, .....</i></div> </h2> --- <center><h1> Declaration </h1></center> I certify that 1. The work contained in this report is original and has been done by myself and the general supervision of my supervisor. 2. The work has not been submitted for any project. 3. Whenever I have used materials (data, theoretical analysis, results) from other sources, I have given due credit to them by citing them in the text of the thesis and giving their details in the references. 4. Whenever I have quoted written materials from other sources, I have put them under quotation marks and given due credit to the sources by citing them and giving required details in the references. <br> <div style="display:flex;justify-content:space-between;"> <div> <div>Place: IIT (BHU) Varanasi</div> <div>Date: May 10, 2021</div> </div> <div> <div><b>Lakshya Singh and Arpit Shukla</b></div> <div> B.Tech Student </div> <div> Department of Computer Science and Engineering </div> <div> Indian Institute of Technology (BHU) Varanasi </div> <div> Varanasi, INDIA 221005 </div> </div> </div> --- <center><h1> Acknowledgments </h1></center> <p> We would like to express our gratitude to our supervisor Dr. Tanima Dutta as well as our mentor Ms. Nitika Nigam who gave us the opportunity to work under their guidance and learn while doing the project on the topic of Capsule Networks, which had both of us doing a lot of research, we got to know about a lot of new things, we are really thankful to them. Secondly we would also like to thank our parents for their constant love and support and our friends who helped us whenever we were stuck and couldn’t get to our mentors. </p> <br/> <div style="display:flex;justify-content:space-between;"> <div> <div>Place: IIT (BHU) Varanasi</div> <div>Date: May 10, 2021</div> </div> <div> <div>Lakshya Singh and Arpit Shukla</div> <div> </div> --- ![](https://i.imgur.com/ij69tPh.png) --- ## Content script - Bind with each page - Manipulate DOM - Add event listeners - Isolated JavaScript environment - It doesn't break things --- # :fork_and_knife: --- <style> code.blue { color: #337AB7 !important; } code.orange { color: #F7A004 !important; } </style> - <code class="orange">onMessage('event')</code>: Register event listener - <code class="blue">sendMessage('event')</code>: Trigger event --- # :bulb: --- - Dead simple API - Only cares about application logic --- ```typescript import * as Channeru from 'channeru' // setup channel in different page environment, once const channel = Channeru.create() ``` --- ```typescript // in background script const fakeLogin = async () => true channel.answer('isLogin', async () => { return await fakeLogin() }) ``` <br> ```typescript // in inject script const isLogin = await channel.callBackground('isLogin') console.log(isLogin) //-> true ``` --- # :100: :muscle: :tada: --- ### Wrap up - Cross envornment commnication - A small library to solve messaging pain - TypeScript Rocks :tada: --- ### Thank you! :sheep: You can find me on - GitHub - Twitter - or email me
{"metaMigratedAt":"2023-06-16T00:07:48.262Z","metaMigratedFrom":"YAML","title":"\nDeclaration\n","breaks":true,"description":"View the slide with \"Slide Mode\".","contributors":"[{\"id\":\"8ac998f5-8c50-4ec2-adcd-52e7f1e12f08\",\"add\":87,\"del\":24},{\"id\":\"630e25e5-3017-4bb6-a272-20707d001e04\",\"add\":5458,\"del\":1548}]"}
    1433 views
   owned this note