edwardyehuang / CAR

CAR: Class-aware Regularizations for Semantic Segmentation (ECCV-2022)
MIT License
29 stars 6 forks source link

stopped conversion #3

Closed semantic-tester closed 2 years ago

semantic-tester commented 2 years ago

HI. Is it possible to upload a converted dataset? I tried the new code as: sudo python3 ids/tools/convert_record.py --convert_datasets=pascalcontext --pascalcontext_path=/home/xuanwu/Downloads/CAR/pascalcontext --tfrecord_outputs=/home/xuanwu/Downloads/CAR/conv where conv is the output position.

However, the conversion stopped at 'conversion 2794'. The terminal stopped and exited with no no message. Can you help?

edwardyehuang commented 2 years ago

HI. Is it possible to upload a converted dataset? I tried the new code as: sudo python3 ids/tools/convert_record.py --convert_datasets=pascalcontext --pascalcontext_path=/home/xuanwu/Downloads/CAR/pascalcontext --tfrecord_outputs=/home/xuanwu/Downloads/CAR/conv where conv is the output position.

However, the conversion stopped at 'conversion 2794'. The terminal stopped and exited with no no message. Can you help?

Maybe reboot and unzip again will solve your problem. I will consider to upload the converted dataset.

However, may you provide the output log first?

edwardyehuang commented 2 years ago

It also may related your RAM size. You may try to reduce the "--size_split" (bytes) to 4GB or lower

semantic-tester commented 2 years ago

Can you tell me the possible position of the output log file?

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Edward @.> 发送时间: Sunday, May 15, 2022 10:21:05 AM 收件人: edwardyehuang/CAR @.> 抄送: semantic-tester @.>; Author @.> 主题: Re: [edwardyehuang/CAR] stopped conversion (Issue #3)

It also may related your RAM size. You may try to reduce the "--size_split" (bytes) to 4GB or lower

― Reply to this email directly, view it on GitHubhttps://github.com/edwardyehuang/CAR/issues/3#issuecomment-1126845241, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZFJ7EM3MC3TPXFVXRTNA6DVKBNRDANCNFSM5V6LZ6CQ. You are receiving this because you authored the thread.Message ID: @.***>

edwardyehuang commented 2 years ago

Can you tell me the possible position of the output log file? 获取 Outlook for iOShttps://aka.ms/o0ukef ____ 发件人: Edward @.> 发送时间: Sunday, May 15, 2022 10:21:05 AM 收件人: edwardyehuang/CAR @.> 抄送: semantic-tester @.>; Author @.> 主题: Re: [edwardyehuang/CAR] stopped conversion (Issue #3) It also may related your RAM size. You may try to reduce the "--size_split" (bytes) to 4GB or lower ― Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZFJ7EM3MC3TPXFVXRTNA6DVKBNRDANCNFSM5V6LZ6CQ. You are receiving this because you authored the thread.Message ID: @.***>

Hi, could you try to reduce "--size_split" first? e.g. "--size_split=2147483648"

semantic-tester commented 2 years ago

Thank you. Porblem sovled.