ShirohAO commited on
Commit
192c32c
·
verified ·
1 Parent(s): 86e7984

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: GeoComp
5
+ tags:
6
+ - GeoLocation
7
+ ---
8
+
9
+ # GeoComp
10
+ ## Dataset description
11
+ Inspired by [geoguessr.com](https://www.geoguessr.com/), we developed a free geolocation game platform that tracks participants' competition histories.
12
+ Unlike most geolocation websites, including Geoguessr, which rely solely on samples from Google Street View, our platform integrates Baidu Maps and Gaode Maps to address coverage gaps in regions like mainland China, ensuring broader global accessibility.
13
+ The platform offers various engaging competition modes to enhance user experience, such as team contests and solo matches.
14
+ Each competition consists of multiple questions, and teams are assigned a "vitality score". Users mark their predicted location on the map, and the evaluation is based on the ground truth's surface distance from the predicted location.
15
+ Larger errors result in greater deductions from the team's vitality score.
16
+ At the end of the match, the team with the higher vitality score wins.
17
+ We also provide diverse game modes, including street views, natural landscapes, and iconic landmarks.
18
+ Users can choose specific opponents or engage in random matches.
19
+ To prevent cheating, external search engines are banned, and each round is time-limited.
20
+ To ensure predictions are human-generated rather than machine-generated, users must register with a phone number, enabling tracking of individual activities.
21
+ Using this platform, we collected **GeoComp**, a comprehensive dataset covering 1,000 days of user competition.
22
+
23
+ ## Requirement
24
+ The **GeoComp** is only for reasearch.
25
+
26
+ ## Start
27
+ Merge the splited files to tuxun_combined.csv
28
+ ```shell
29
+ cat tuxun_comblined_* > tuxun_comblined.csv
30
+
31
+ ls -lh tuxun_comblined.csv
32
+ ```