TorchLight commited on
Commit
80bb7a8
·
verified ·
1 Parent(s): 4c36442

Organize legacy DRAFTS checkpoints

Browse files

Move the four ResNet-era checkpoints into legacy/ and keep only the two current runtime checkpoints at the repository root.

README.md CHANGED
@@ -45,9 +45,16 @@ deployment notes are maintained in the
45
 
46
  ## Legacy checkpoints
47
 
48
- The ResNet-18/ResNet-50 detector and classifier files remain available for
49
- reproducing earlier DRAFTS experiments. They are not the defaults of the
50
- current runtime.
 
 
 
 
 
 
 
51
 
52
  ## License and citation
53
 
 
45
 
46
  ## Legacy checkpoints
47
 
48
+ Earlier ResNet detector and classifier checkpoints are grouped under
49
+ [`legacy/`](legacy/). They remain available for reproducing older DRAFTS
50
+ experiments, but they are not used by the current runtime.
51
+
52
+ | Task | File |
53
+ |---|---|
54
+ | CenterNet ResNet-18 detector | [`legacy/cent_resnet18.pth`](legacy/cent_resnet18.pth) |
55
+ | CenterNet ResNet-50 detector | [`legacy/cent_resnet50.pth`](legacy/cent_resnet50.pth) |
56
+ | ResNet-18 binary classifier | [`legacy/class_resnet18.pth`](legacy/class_resnet18.pth) |
57
+ | ResNet-50 binary classifier | [`legacy/class_resnet50.pth`](legacy/class_resnet50.pth) |
58
 
59
  ## License and citation
60
 
cent_resnet18.pth → legacy/cent_resnet18.pth RENAMED
File without changes
cent_resnet50.pth → legacy/cent_resnet50.pth RENAMED
File without changes
class_resnet18.pth → legacy/class_resnet18.pth RENAMED
File without changes
class_resnet50.pth → legacy/class_resnet50.pth RENAMED
File without changes