Đỗ Anh Đại
Đỗ Anh Đại
I try to inference with this code but errros, from yolact import Yolact from utils.augmentations import FastBaseTransform import numpy as np import torch print('Loading model...', end='') net = Yolact() net.load_weights('weights/yolact_resnet50_54_800000.pth')...
i create ftp server with this docker compose: services: ftp-server: container_name: ftp-server environment: - FTP_PASS= - FTP_USER=anhdai image: garethflowers/ftp-server ports: - '20-21:20-21/tcp' - '40000-40009:40000-40009/tcp' volumes: - './data:/home/anhdai' but get error...