FCOS
FCOS copied to clipboard
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
when I run the code, error:FileNotFoundError: [Errno 2] No such file or directory: './configs/fcos_R_50_FPN_1x.yaml' happened, could you please help me handle this? Thanks!
when I run `python setup.py build develop --no-deps` the wrong information: ```running build running build_py running egg_info writing fcos.egg-info/PKG-INFO writing dependency_links to fcos.egg-info/dependency_links.txt writing requirements to fcos.egg-info/requires.txt writing top-level names...
First of all, thank you @tianzhi0549 for this great framework, it became quickly my favorite framework. I found that the THC library is deprecated for PyTorch > 1.6.0, and many...
Hi! Which image size uses when training and on testing time? And How Can I change?! Thanks in advance!!
I only have one GPU(GTX1060), Can I do Distributed training with following script? python -m torch.distributed.launch \ --nproc_per_node=1 \ --master_port=$((RANDOM + 10000)) \ tools/train_net.py \ --skip-test \ --config-file configs/fcos/fcos_R_50_FPN_1x.yaml \...
used thop,torchstat and ptflops to caculate the Flops of the model, but all of the results shows there is 0 params and 0 flops in ResNet and FPN. Why did...
my dataset is remote dataset DIOR that come from Northwestern Polytechnical University, so when i use the dataset to train FCOS net, the loss is nan, who can ask the...
Hello, I have met a problem when I install that. When I run pip install git+https://github.com/tianzhi0549/FCOS.git, there are some errors. Could you help me? Thank you! Using legacy 'setup.py install'...
Which is the accuracy index in the paper?1 or 2 1、Maximum f-measures for classes 2、Score thresholds for classes
I use the docker,the command is “docker pull bearcats/fcos:syncbn”, https://hub.docker.com/r/bearcats/fcos but when I run the command"python setup.py build develop --no-deps", The following error occurred. running build running build_py copying fcos_core/utils/imports.py...