s-gupta / rcnn-depth

Learning Rich Features from RGB-D Images for Object Detection and Segmentation
BSD 2-Clause "Simplified" License
365 stars 150 forks source link

Windows fatal: cannot create directory at 'mcg/src/aux': Invalid argument #16

Open Tanghaocheng opened 8 years ago

Tanghaocheng commented 8 years ago

when I clone https://github.com/s-gupta/rcnn-depth.git eccv14-code,show this fatal,it seems like aux is reserved in Windows,What I can do for it ?

bubulv commented 8 years ago

I'm ok, what's wrong with you?

Tanghaocheng commented 8 years ago

fatal: cannot create directory at 'mcg/src/aux': Invalid argument

bubulv commented 8 years ago

which step you do this according the Readme? This directory and the files are just unzip the download file.

bubulv commented 8 years ago

I remember, you unzip the file in windows operating system it will be appear thiss errors. I unziped the file in my cluster which is linux operating system. If you need the files I can send them to you. My email is xiaoxu64@qq.com

YangBolan0201 commented 6 years ago

in the window system , the "aux" is a special device name. Therefor, it cannot be used to name a folder. You can copy the content of the "aux" out to other place directly.