# V 0.6.0

We are pleased to announce the release of Xtreme1 v0.6. After a couple of weeks of dedicated work, this update is now available for download.In this update, Xtreme1 provides users with the ability to integrate their own model. Additionally, the display effect of the similarity map has been improved.We understand that some users face challenges with data formats when uploading and exporting data. To solve this problem, we have updated our documentation which can be found at <https://docs.xtreme1.io/>. We have also created a "universal" converter from xtreme1-sdk (<https://github.com/xtreme1-io/xtreme1-sdk>).&#x20;

## **New Features**

### Model Integration

To give users more control over their own models, we have added functionality that allows them to create, edit, search, and delete models. With this feature, users can manage basic model information, classes, configuration details, and run the model on datasets.

For more information, please refer to our [Model Integration Guide](https://docs.xtreme1.io/xtreme1-docs/developer-reference/model-integration-guide).&#x20;

### Enhanced the Function of Data Import and Export

#### **Data Import:**

* Support for importing pre-annotation dataset on 3D Dataset

Note: Only importing the class name is supported, attributes and global classification are not yet supported.

<figure><img src="https://zioug6is98.larksuite.com/space/api/box/stream/download/asynccode/?code=NTdkNTI1NDIzMjgzNWQ5NDRlZTQ4MDUzNTQwZGIxYjRfTm9raHczTkluMFVjQ2VwV3pEeGRwZlMyMXI2eVlFbmtfVG9rZW46V0hqdmI0Mmoxbzl5ald4V2JJRnUxd0Rnc1llXzE2ODEyODA5MzA6MTY4MTI4NDUzMF9WNA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: Don't forget to check "Contain annotation result".
{% endhint %}

<figure><img src="https://zioug6is98.larksuite.com/space/api/box/stream/download/asynccode/?code=MWJjMmQ4YjRlMmMzOTU2N2RkNmRlOGRkMmZiMTc2NzZfUmJkV1JpWWlFbTh5bW5tTml0akZCbkNTUTROUmdxNUlfVG9rZW46QzRNUmJCamdTb3p5OWR4TmEyTHVSWFVmc3BSXzE2ODEyODEwNTM6MTY4MTI4NDY1M19WNA" alt=""><figcaption></figcaption></figure>

An example of COCO format JSON file

```json
{
 "info": {
  "contributor": "",
  "date_created": "2023-04-11T09:03:50Z",
  "description": "Basic AI Xtreme1 dataset 0.6 demo exported to COCO format (https://github.com/basicai/xtreme1)",
  "url": "https://github.com/basicai/xtreme1",
  "year": "2023",
  "version": "Xtreme1 V0.6"
 },
 "licenses": [],
 "images": [
  {
   "id": 0,
   "license": 0,
   "file_name": "filename.png",
   "xtreme1_url": "https://.../image_url",
   "width": 1024,
   "height": 1024,
   "date_captured": null
  }
 ],
 "annotations": [
  {
   "id": 0,
   "image_id": 0,
   "category_id": 1,
   "segmentation": [],
   "area": 679272,
   "bbox": [
    64,
    76,
    913,
    744
   ],
   "iscrowd": 0,
   "score": null
  }
 ],
 "categories": [
  {
   "id": 1,
   "name": "sea_otter",
   "supercategory": "",
   "attributes": {}
  }
 ]
}
```

### Image Similarity Map Optimization

* The algorithm is optimized.
* Selecting multiple targets in the image similarity map, you can jump to the data tab to find the corresponding images.

### Add Dataset Split

In the data preparation process of model training, the data can be directly divided into sub-datasets of Training, Test, and Validation sets.

<figure><img src="https://zioug6is98.larksuite.com/space/api/box/stream/download/asynccode/?code=NDJlMjdkZjI5Mzc3MTlmOTNiYzZjODUzZGI2YmMxODRfSFdsUkdobmYwT1lKUjZ0V1dhTkt5b3ZoRXRwQzVpUFRfVG9rZW46R3hRUmJkTnIzbzh5NTh4eUNlbnVybHFjc0k1XzE2ODEyODEyNjM6MTY4MTI4NDg2M19WNA" alt=""><figcaption></figcaption></figure>

### Changes and **Bug Fixes**

* Optimized the clarity of the preview image, including in dataset and scenario search
* In Scenario Search, the search box style is changed.
* Fixed the result could not be calculated in some cases.

\
As always, if you have any feedback or suggestions for improvement, please don't hesitate to let us know.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xtreme1.io/xtreme1-docs/changelog/v-0.6.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
