1. 问题描述

  1. unzip 解压 123.zip 文件时,异常提示如下:
    Archive: dataset_test_rgb.zip
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of dataset_test_rgb.zip or
    dataset_test_rgb.zip.zip, and cannot find dataset_test_rgb.zip.ZIP, period.

2. 解决方法

不使用 unzip 命令解压zip 文件,改用 jar 解压文件。

  1. 先安装 jar
sudo apt-get install fastjar
  1. 使用 jar 解压
jar xvf 123.zip 

3. 原因分析

不清楚

Logo

AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。

更多推荐