ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.08k stars 225 forks source link

Can offline computers use this project? #140

Closed Biubiubiu12 closed 2 years ago

Biubiubiu12 commented 2 years ago

Hello, thank you very much for your project. I had some problems invoking the dataset during training. First, I downloaded the VOC dataset. VOC20{07,12}/ Annotations/ ImageSets/ JPEGImages/ and I also generatesd seeds,but there was no .txt file. vocsplit/ seed{1-29}/

shots

Then I want to train, but show ‘VOC 2007 traincal Base1’ is not registered. I want to ask about this VOC xx trainval Base need to run any additional programs before training? -----------------My environment is installed offline. I don't know if it also has an impact on this.

thomasehuang commented 2 years ago

It shouldn't be a problem after you download the necessary datasets and the packages needed to run the code. That issue shouldn't happen if all the packages are installed correctly. Can you double check to see if all the installation instructions were ran successfully?