rodeo
rodeo copied to clipboard
Official implementation of "RODEO: Replay for Online Object Detection", BMVC 2020
So pleasure to view this project. I have a question about `get_distillationinfo` in `train_better.py` ```python def get_distillinfo(model, dl): save = {} print("dumping info ......") model.eval() with torch.no_grad(): for ii, (images,...
Hello,I have some doubts about the incremental process. Can you elaborate on how program files are incremental? For example, what should I do after I initialize G with the VOC...
Hi, an error occurs when I run the train_better.py file: ``` Traceback (most recent call last): File "train_better.py", line 296, in loss_dict = model(images, targets) File "/home/cy/.conda/envs/RODEO/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in...
Could not image who did this
Hello, I am getting Solving environment failed error when trying to create environment using the given yml file. This can be mostly because I am using Windows machine and there...