https://github.com/thu-vis/MutualDetector
Revision f159a58f6236c20fb70dc45dbd196b8c6325837e authored by unknown on 01 December 2021, 02:55:45 UTC, committed by unknown on 01 December 2021, 02:55:45 UTC
1 parent e273c71
Raw File
Tip revision: f159a58f6236c20fb70dc45dbd196b8c6325837e authored by unknown on 01 December 2021, 02:55:45 UTC
modify readme
Tip revision: f159a58
README.md
MutualDetector
======================
Codes for the interactive analysis system, MutualDetector, described in our paper "Towards Better Caption Supervision for Object Detection."

Note: this repository contains the codes for the frontend now. 
Nevertheless, you can run this repository by following the instruction below. 
We will clean and release the codes for the backend and the semi-supervised object detection method after April 1, 2022 (VIS 2022 deadline).

Quick Start with Demo Data
-----------------
Following the instruction, you can run this repository with a online data support run on our server.

Step 1: install [node.js](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)

Step 2: cd vis/

Step 3: npm install

Step 4: npm run serve

Step 5: visit http://localhost:20212/ in a browser.


## TODO
We have accumulated the following to-do list, which we hope to complete in the near future.
  * [ ] Release cleaned codes for the backend. 
  * [ ] Release cleaned codes for the semi-supervied object detection method.

## Contact
If you have any problem about this code, feel free to contact
- ccj17@mails.tsinghua.edu.cn

or describe your problem in Issues.
back to top