GithubHelp home page GithubHelp logo

Comments (7)

LDZ233 avatar LDZ233 commented on July 18, 2024

You should create this file manually

from fewshot_detection.

myh12138 avatar myh12138 commented on July 18, 2024

You should create this file manually

Does it need anything in it?Or just a empty file?Thinks.

from fewshot_detection.

yanxiaod123 avatar yanxiaod123 commented on July 18, 2024

I met the same problem. How did you solve it? @myh12138

from fewshot_detection.

VinhLoiIT avatar VinhLoiIT commented on July 18, 2024

Just create an empty folder named "backup" in your PROJ_ROOT

from fewshot_detection.

zhanghao5 avatar zhanghao5 commented on July 18, 2024

use this python method os.makedirs()

from fewshot_detection.

myh12138 avatar myh12138 commented on July 18, 2024

I met the same problem. How did you solve it? @myh12138

Yes,as they said to make an empty folder.But the results made by me is 0000000,I don not why.

from fewshot_detection.

Zyt-wenwne avatar Zyt-wenwne commented on July 18, 2024

You should create this file manually

Hi,​ when I run the code , a error happened,
**
Traceback (most recent call last):
File "train_meta.py", line 352, in
train(epoch)
File "train_meta.py", line 197, in train
loss,recall_rate,conf_proposal,loss_bbox,loss_conf,loss_cls = region_loss(output, target)
File "/home/plc319/anaconda3/envs/ct/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/plc319/桌面/Few-shot-Object-Detection-via-Feature-Reweighting-main/models/layers/region_loss.py", line 296, in forward
cls = cls.view(bs, cs, nA * nC * nH * nW).transpose(1, 2).contiguous().view(bs * nA * nC * nH * nW, cs)
RuntimeError: shape '[32, 15, 845]' is invalid for input of size 540800
**
can you tell me how to solve the problem, I know is the tensor's error , BUT how to solve it without influence to the model

from fewshot_detection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.