Skip to content

Commit

Permalink
Prediction: remove some retired nn model pb and code
Browse files Browse the repository at this point in the history
  • Loading branch information
kechxu committed Mar 22, 2019
1 parent 9cda2d9 commit a30d7a6
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 408 deletions.
2 changes: 0 additions & 2 deletions modules/prediction/evaluator/vehicle/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ cc_library(
"//modules/prediction/common:prediction_util",
"//modules/prediction/container:container_manager",
"//modules/prediction/evaluator",
"//modules/prediction/proto:fnn_vehicle_model_proto",
] + select({
"//tools/platforms:use_gpu": [
"@pytorch",
Expand Down Expand Up @@ -155,7 +154,6 @@ cc_library(
"//modules/prediction/common:prediction_util",
"//modules/prediction/container:container_manager",
"//modules/prediction/evaluator",
"//modules/prediction/network/cruise_model",
] + select({
"//tools/platforms:use_gpu": [
"@pytorch",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*****************************************************************************/
#include "modules/prediction/evaluator/vehicle/cruise_mlp_evaluator.h"

#include "modules/prediction/evaluator/vehicle/cruise_mlp_evaluator.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "torch/torch.h"

#include "modules/prediction/evaluator/evaluator.h"
#include "modules/prediction/network/cruise_model/cruise_model.h"

namespace apollo {
namespace prediction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "torch/torch.h"

#include "modules/prediction/evaluator/evaluator.h"
#include "modules/prediction/proto/fnn_vehicle_model.pb.h"

namespace apollo {
namespace prediction {
Expand Down
20 changes: 0 additions & 20 deletions modules/prediction/network/cruise_model/BUILD

This file was deleted.

195 changes: 0 additions & 195 deletions modules/prediction/network/cruise_model/cruise_model.cc

This file was deleted.

116 changes: 0 additions & 116 deletions modules/prediction/network/cruise_model/cruise_model.h

This file was deleted.

17 changes: 0 additions & 17 deletions modules/prediction/proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -158,23 +158,6 @@ proto_library(
],
)

cc_proto_library(
name = "cruise_model_proto",
deps = [
":cruise_model_proto_lib",
],
)

proto_library(
name = "cruise_model_proto_lib",
srcs = [
"cruise_model.proto",
],
deps = [
":network_model_proto_lib",
],
)

cc_proto_library(
name = "prediction_point_proto",
deps = [
Expand Down
Loading

0 comments on commit a30d7a6

Please sign in to comment.