Gladdduck

Results 8 comments of Gladdduck

the file is "openea.modules.train.batch", it includes "exit(0)" "from sys import exit" might be a solution

it has been temporarily fixed [issue](https://github.com/chenyuntc/simple-faster-rcnn-pytorch/issues/210)

thanks for your solution. Finally I found the solution after many attempts I used the following command with xformer available ``` pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 conda install...

> Solution is to locate the PCB module :/path/defrcn/defrcn/evaluation/calibration_layer py build_prototypes function in the code: 'All_feature.append (feature.cpu ().data)' adds the following code: features =None. thanks for your reply! this works!

> Solution is to locate the PCB module :/path/defrcn/defrcn/evaluation/calibration_layer py build_prototypes function in the code: 'All_feature.append (feature.cpu ().data)' adds the following code: features =None. However, this error still occurs from...

> ### Search before asking > * [x] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. > > ### Question > For the rtdetr model,...

When I use the provided pretraining weights, the novel AP can reach 58.6. Do I have a problem with my pretraining process? What configurations need to be modified? I trained...

UPDATE: from [#8](https://github.com/csuhan/VFA/issues/8) i set lr=0.0025 during pretraining, the novel ap gets 52.0, but still much different from the benchmarks?