Skip to content

Commit

Permalink
remove unused in yolov3
Browse files Browse the repository at this point in the history
  • Loading branch information
inisis committed Feb 22, 2022
1 parent 7645afd commit af6a4f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_models/yolov3.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import torch
import torch.nn as nn
import torch.nn.functional as F
from torch.autograd import Variable
import numpy as np

import matplotlib.pyplot as plt
import matplotlib.patches as patches

def parse_model_config(path):
"""Parses the yolo-v3 layer configuration file and returns module definitions"""
Expand Down

0 comments on commit af6a4f6

Please sign in to comment.