aida agent (基础版)搭建完成

This commit is contained in:
zcr
2026-06-15 14:48:17 +08:00
parent b602c47fc9
commit dbbaa7503c
25 changed files with 1953 additions and 717 deletions

View File

@@ -294,12 +294,11 @@ def design_generate_v2(request_data):
# 打印结果
logger.info(response.text)
for step, object in enumerate(objects_data):
t = threading.Thread(target=process_object, args=(object, callback_url))
threads.append(t)
t.start()
# 等待所有线程完成,释放局部变量(图片等大对象)
for t in threads:
t.join()
def post_request(url, data=None, json_data=None, headers=None, auth=None, timeout=5):
"""
@@ -320,611 +319,3 @@ def post_request(url, data=None, json_data=None, headers=None, auth=None, timeou
except requests.RequestException as e:
print(f"POST请求出错: {e}")
return None
if __name__ == "__main__":
object_data = {
"objects": [
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 98419,
"offset": [1, 1],
"path": "aida-sys-image/images/female/dress/0825000526.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Dress",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 98420,
"offset": [1, 1],
"path": "aida-sys-image/images/female/skirt/903000127.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Skirt",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 69140,
"offset": [1, 1],
"path": "aida-sys-image/images/female/blouse/0902001100.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Blouse",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 81604,
"offset": [1, 1],
"path": "aida-sys-image/images/female/outwear/outwear_p5_729.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Outwear",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 63964,
"offset": [1, 1],
"path": "aida-sys-image/images/female/outwear/0825001572.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Outwear",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 98421,
"offset": [1, 1],
"path": "aida-sys-image/images/female/blouse/blouse_506.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Blouse",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 98422,
"offset": [1, 1],
"path": "aida-sys-image/images/female/trousers/0628001244.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Trousers",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 79927,
"offset": [1, 1],
"path": "aida-sys-image/images/female/outwear/0825000378.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Outwear",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 67473,
"offset": [1, 1],
"path": "aida-sys-image/images/female/blouse/0825001350.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Blouse",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 80046,
"offset": [1, 1],
"path": "aida-sys-image/images/female/skirt/0628001443.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Skirt",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 84148,
"offset": [1, 1],
"path": "aida-sys-image/images/female/trousers/0628000751.jpeg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Trousers",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 97321,
"offset": [1, 1],
"path": "aida-sys-image/images/female/blouse/0902000222.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Blouse",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 90718,
"offset": [1, 1],
"path": "aida-sys-image/images/female/outwear/0825000314.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Outwear",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 86403,
"offset": [1, 1],
"path": "aida-sys-image/images/female/skirt/0902000231.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Skirt",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 87135,
"offset": [1, 1],
"path": "aida-sys-image/images/female/blouse/0902001315.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Blouse",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 87428,
"offset": [1, 1],
"path": "aida-sys-image/images/female/outwear/0902000566.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Outwear",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 98423,
"offset": [1, 1],
"path": "aida-sys-image/images/female/dress/0916001596.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Dress",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
{
"basic": {
"body_point_test": {
"waistband_right": [203, 249],
"hand_point_right": [229, 343],
"waistband_left": [119, 248],
"hand_point_left": [97, 343],
"shoulder_left": [108, 107],
"shoulder_right": [212, 107],
},
"layer_order": False,
"scale_bag": 0.7,
"scale_earrings": 0.16,
"self_template": True,
"single_overall": "overall",
"switch_category": "",
},
"items": [
{
"color": "28 26 26",
"icon": "none",
"image_id": 86345,
"offset": [1, 1],
"path": "aida-sys-image/images/female/outwear/0825000695.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Outwear",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 78743,
"offset": [1, 1],
"path": "aida-sys-image/images/female/blouse/0902001412.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Blouse",
},
{
"color": "28 26 26",
"icon": "none",
"image_id": 68988,
"offset": [1, 1],
"path": "aida-sys-image/images/female/trousers/0825000403.jpg",
"print": {
"element": {"element_angle_list": [], "element_path_list": [], "element_scale_list": [], "location": []},
"overall": {
"location": [[0.0, 0.0]],
"print_angle_list": [0.0, 0.0],
"print_path_list": [],
"print_scale_list": [0.0, 0.0],
},
"single": {"location": [], "print_angle_list": [], "print_path_list": [], "print_scale_list": []},
},
"resize_scale": [1.0, 1.0],
"type": "Trousers",
},
{
"body_path": "aida-sys-image/models/female/2e4815b9-1191-419d-94ed-5771239ca4a5.png",
"image_id": 67277,
"offset": [1, 1],
"resize_scale": [1.0, 1.0],
"type": "Body",
},
],
},
],
"process_id": "123",
}
start_time = time.time()
X = design_generate(object_data)
print(time.time() - start_time)
print(X)