#4315 V20230322

Merged
chenshihai merged 2 commits from ROS-hmci/aiforge:V20230322 into V20230531 11 months ago
  1. +1
    -1
      modules/templates/helper.go
  2. +1
    -1
      options/locale/locale_en-US.ini
  3. +1
    -1
      options/locale/locale_zh-CN.ini
  4. +2
    -0
      public/home/search.js
  5. +1
    -1
      web_src/vuepages/langs/config/en-US.js
  6. +1
    -1
      web_src/vuepages/langs/config/zh-CN.js
  7. +1
    -1
      web_src/vuepages/pages/dataset/square/constant.js
  8. +1
    -1
      web_src/vuepages/pages/ros-hmci/components/PublicDataset.vue

+ 1
- 1
modules/templates/helper.go View File

@@ -794,7 +794,7 @@ func licenses() []string {

// Dataset tasks
func tasks() []string {
return []string{"machine_translation", "question_answering_system", "information_retrieval", "knowledge_graph", "text_annotation", "text_categorization", "emotion_analysis", "language_modeling", "speech_recognition", "automatic_digest", "information_extraction", "description_generation", "image_classification", "face_recognition", "image_search", "target_detection", "image_description_generation", "vehicle_license_plate_recognition", "medical_image_analysis", "unmanned", "unmanned_security", "drone", "vr_ar", "2_d_vision", "2.5_d_vision", "3_d_reconstruction", "image_processing", "video_processing", "visual_input_system", "speech_coding", "speech_enhancement", "speech_synthesis","ROS_hmci"}
return []string{"machine_translation", "question_answering_system", "information_retrieval", "knowledge_graph", "text_annotation", "text_categorization", "emotion_analysis", "language_modeling", "speech_recognition", "automatic_digest", "information_extraction", "description_generation", "image_classification", "face_recognition", "image_search", "target_detection", "image_description_generation", "vehicle_license_plate_recognition", "medical_image_analysis", "unmanned", "unmanned_security", "drone", "vr_ar", "2_d_vision", "2.5_d_vision", "3_d_reconstruction", "image_processing", "video_processing", "visual_input_system", "speech_coding", "speech_enhancement", "speech_synthesis", "ros_hmci_datasets"}
}

func GetRefType(ref string) string {


+ 1
- 1
options/locale/locale_en-US.ini View File

@@ -933,7 +933,7 @@ task.speech_coding= speech coding
task.speech_enhancement= speech enhancement
task.speech_recognition= speech recognition
task.speech_synthesis= speech synthesis
task.ROS_hmci=ROS-hmci Community
task.ros_hmci_datasets=ROS-hmci datasets
category.computer_vision= computer vision
category.natural_language_processing= natural language processing
category.speech_processing= speech processing


+ 1
- 1
options/locale/locale_zh-CN.ini View File

@@ -938,7 +938,7 @@ task.speech_coding=语音编码
task.speech_enhancement=语音增强
task.speech_recognition=语音识别
task.speech_synthesis=语音合成
task.ROS_hmci=开源开放社区
task.ros_hmci_datasets=开源开放社区数据集
category.computer_vision=计算机视觉
category.natural_language_processing=自然语言处理
category.speech_processing=语音处理


+ 2
- 0
public/home/search.js View File

@@ -390,6 +390,7 @@ var taskDesc = {
speech_enhancement: "语音增强",
speech_recognition: "语音识别",
speech_synthesis: "语音合成",
ros_hmci_datasets: "开源开放社区",
};

var taskENDesc = {
@@ -426,6 +427,7 @@ var taskENDesc = {
speech_enhancement: "speech enhancement",
speech_recognition: "speech recognition",
speech_synthesis: "speech synthesis",
ros_hmci_datasets: "ROS-hmci datasets",
};

function getCategoryDesc(isZh, key) {


+ 1
- 1
web_src/vuepages/langs/config/en-US.js View File

@@ -471,7 +471,7 @@ const en = {
speech_coding: "speech coding",
speech_enhancement: "speech enhancement",
speech_synthesis: "speech synthesis",
ROS_hmci: "ROS-hmci Community",
ros_hmci_datasets: "ROS-hmci datasets",
downloadtimes: 'Download times',
citations: 'Citations',
default: "Default",


+ 1
- 1
web_src/vuepages/langs/config/zh-CN.js View File

@@ -486,7 +486,7 @@ const zh = {
speech_coding: "语音编码",
speech_enhancement: "语音增强",
speech_synthesis: "语音合成",
ROS_hmci: "开源开放社区",
ros_hmci_datasets: "开源开放社区",
downloadtimes: '下载次数',
citations: '引用次数',
default: "默认排序",


+ 1
- 1
web_src/vuepages/pages/dataset/square/constant.js View File

@@ -36,7 +36,7 @@ export const Task = [
{ name: "speech_coding", active: false },
{ name: "speech_enhancement", active: false },
{ name: "speech_synthesis", active: false },
{ name: "ROS_hmci", active: false }
{ name: "ros_hmci_datasets", active: false }
]
export const License = [
{ name: "MIT", active: false },


+ 1
- 1
web_src/vuepages/pages/ros-hmci/components/PublicDataset.vue View File

@@ -181,7 +181,7 @@ export default {
pageSize: 30,
recommend: false,
category: "",
task: "ros-hmci-datasets",
task: "ros_hmci_datasets",
license: "",
},
checked: false,


Loading…
Cancel
Save